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 11
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 15
def accept(formatter)
end