Module: Mumukit::Directives::CommentType::Cpp
- Defined in:
- lib/mumukit/directives/comment_type.rb
Class Method Summary collapse
Class Method Details
.close_comment ⇒ Object
18 19 20 |
# File 'lib/mumukit/directives/comment_type.rb', line 18 def self.close_comment /\*\// end |
.open_comment ⇒ Object
14 15 16 |
# File 'lib/mumukit/directives/comment_type.rb', line 14 def self.open_comment /\/\*/ end |
.to_s ⇒ Object
22 23 24 |
# File 'lib/mumukit/directives/comment_type.rb', line 22 def self.to_s 'cpp' end |