class Cucumber::Core::Ast::EmptyMultilineArgument
Public Instance Methods
all_locations()
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 21 def all_locations [] end
data_table?()
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 9 def data_table? false end
describe_to(*)
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 5 def describe_to(*) self end
doc_string?()
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 13 def doc_string? false end
inspect()
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 29 def inspect "#<#{self.class}>" end
map(&block)
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 17 def map(&block) self end
to_sexp()
click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 25 def to_sexp [] end