module Cucumber::Formatter::LegacyApi::Ast::MultilineArg

Public Class Methods

for(node) click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 318
def for(node)
  Builder.new(node).result
end