Class: Cucumber::Core::Ast::EmptyMultilineArgument

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/ast/empty_multiline_argument.rb

Instance Method Summary collapse

Instance Method Details

#describe_toObject



5
6
7
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 5

def describe_to(*)
  self
end

#map(&block) ⇒ Object



9
10
11
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 9

def map(&block)
  self
end

#match_locations?(*args) ⇒ Boolean

Returns:

  • (Boolean)


13
14
15
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 13

def match_locations?(*args)
  false
end

#to_sexpObject



17
18
19
# File 'lib/cucumber/core/ast/empty_multiline_argument.rb', line 17

def to_sexp
  []
end