Module: Mumukit::Directives::CommentType::Ruby
- Defined in:
- lib/mumukit/directives/comment_type.rb
Class Method Summary collapse
Class Method Details
.close_comment ⇒ Object
32 33 34 |
# File 'lib/mumukit/directives/comment_type.rb', line 32 def self.close_comment /#/ end |
.open_comment ⇒ Object
28 29 30 |
# File 'lib/mumukit/directives/comment_type.rb', line 28 def self.open_comment /#/ end |
.to_s ⇒ Object
36 37 38 |
# File 'lib/mumukit/directives/comment_type.rb', line 36 def self.to_s 'ruby' end |