module Mumukit::Directives::CommentType::Haskell
Public Class Methods
close()
click to toggle source
# File lib/mumukit/directives/comment_type.rb, line 67 def self.close '-}' end
open()
click to toggle source
# File lib/mumukit/directives/comment_type.rb, line 63 def self.open '{-' end
to_s()
click to toggle source
# File lib/mumukit/directives/comment_type.rb, line 71 def self.to_s 'haskell' end