class Cucumber::Core::Ast::Step

def to_sexp

def to_sexp
  [:step, line, keyword, name, @multiline_arg.to_sexp]
end