class Cucumber::Core::Ast::EmptyMultilineArgument

def describe_to(*)

def describe_to(*)
  self
end

def map(&block)

def map(&block)
  self
end

def match_locations?(*args)

def match_locations?(*args)
  false
end

def to_sexp

def to_sexp
  []
end