Module: Mumukit::Directives::CommentType::Haskell

Extended by:
Comment
Defined in:
lib/mumukit/directives/comment_type.rb

Class Method Summary collapse

Methods included from Comment

close_comment, comment, open_comment

Class Method Details

.closeObject



67
68
69
# File 'lib/mumukit/directives/comment_type.rb', line 67

def self.close
  '-}'
end

.openObject



63
64
65
# File 'lib/mumukit/directives/comment_type.rb', line 63

def self.open
  '{-'
end

.to_sObject



71
72
73
# File 'lib/mumukit/directives/comment_type.rb', line 71

def self.to_s
  'haskell'
end