Module: Mumukit::Directives::CommentType::Haskell
- Defined in:
- lib/mumukit/directives/comment_type.rb
Class Method Summary collapse
Class Method Details
.close_comment ⇒ Object
46 47 48 |
# File 'lib/mumukit/directives/comment_type.rb', line 46 def self.close_comment /-\}/ end |
.open_comment ⇒ Object
42 43 44 |
# File 'lib/mumukit/directives/comment_type.rb', line 42 def self.open_comment /\{-/ end |
.to_s ⇒ Object
50 51 52 |
# File 'lib/mumukit/directives/comment_type.rb', line 50 def self.to_s 'haskell' end |