Module: Mumukit::Directives::CommentType::Ruby

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



51
52
53
# File 'lib/mumukit/directives/comment_type.rb', line 51

def self.close
  '#'
end

.openObject



47
48
49
# File 'lib/mumukit/directives/comment_type.rb', line 47

def self.open
  '#'
end

.to_sObject



55
56
57
# File 'lib/mumukit/directives/comment_type.rb', line 55

def self.to_s
  'ruby'
end