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

Defined in:
lib/mumukit/directives/comment_type.rb

Class Method Summary collapse

Class Method Details

.close_commentObject



32
33
34
# File 'lib/mumukit/directives/comment_type.rb', line 32

def self.close_comment
  /#/
end

.open_commentObject



28
29
30
# File 'lib/mumukit/directives/comment_type.rb', line 28

def self.open_comment
  /#/
end

.to_sObject



36
37
38
# File 'lib/mumukit/directives/comment_type.rb', line 36

def self.to_s
  'ruby'
end