Module: Comment
- Defined in:
- lib/comment.rb
Class Method Summary collapse
Class Method Details
.comment(text, comment_tokens) ⇒ Object
30 31 32 |
# File 'lib/comment.rb', line 30 def Comment.comment(text, comment_tokens) comment_tokens.is_a?(String) ? simple_comment(text, comment_tokens) : complex_comment(text, comment_tokens) end |