Class: Cucumber::Core::Ast::EmptyMultilineArgument
- Inherits:
-
Object
- Object
- Cucumber::Core::Ast::EmptyMultilineArgument
- Defined in:
- lib/cucumber/core/ast/empty_multiline_argument.rb
Instance Method Summary collapse
- #all_locations ⇒ Object
- #data_table? ⇒ Boolean
- #describe_to ⇒ Object
- #doc_string? ⇒ Boolean
- #inspect ⇒ Object
- #map(&block) ⇒ Object
- #to_sexp ⇒ Object
Instance Method Details
#all_locations ⇒ Object
21 22 23 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 21 def all_locations [] end |
#data_table? ⇒ Boolean
9 10 11 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 9 def data_table? false end |
#describe_to ⇒ Object
5 6 7 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 5 def describe_to(*) self end |
#doc_string? ⇒ Boolean
13 14 15 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 13 def doc_string? false end |
#inspect ⇒ Object
29 30 31 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 29 def inspect "#<#{self.class}>" end |
#map(&block) ⇒ Object
17 18 19 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 17 def map(&block) self end |
#to_sexp ⇒ Object
25 26 27 |
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 25 def to_sexp [] end |