Class: Cucumber::Core::Ast::Comment

Inherits:
Object
  • Object
show all
Includes:
HasLocation
Defined in:
lib/cucumber/core/ast/comment.rb

Instance Method Summary collapse

Methods included from HasLocation

#attributes, #comments, #file, #file_colon_line, #line, #location, #match_locations?, #multiline_arg, #tags

Instance Method Details

#to_sObject



11
12
13
# File 'lib/cucumber/core/ast/comment.rb', line 11

def to_s
  value
end