class Cucumber::Formatter::LegacyApi::Ast::Node
Acts as a null object, or a base class
Attributes
node[R]
Public Class Methods
new(node = nil)
click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 10 def initialize(node = nil) @node = node end
Public Instance Methods
accept(formatter)
click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 14 def accept(formatter) end