class Cucumber::Core::Ast::EmptyMultilineArgument

Public Instance Methods

all_locations() click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 22
def all_locations
  []
end
data_table?() click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 10
def data_table?
  false
end
describe_to(*) click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 6
def describe_to(*)
  self
end
doc_string?() click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 14
def doc_string?
  false
end
inspect() click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 26
def inspect
  "#<#{self.class}>"
end
map(&block) click to toggle source
# File lib/cucumber/core/ast/empty_multiline_argument.rb, line 18
def map(&block)
  self
end