Class: Cucumber::Formatter::LegacyApi::Ast::MultilineArg::DocString

Inherits:
Node
  • Object
show all
Defined in:
lib/cucumber/formatter/legacy_api/ast.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Cucumber::Formatter::LegacyApi::Ast::Node

Instance Method Details

#accept(formatter) ⇒ Object



339
340
341
342
343
# File 'lib/cucumber/formatter/legacy_api/ast.rb', line 339

def accept(formatter)
  formatter.before_multiline_arg node
  formatter.doc_string(node)
  formatter.after_multiline_arg node
end