Class: Cucumber::Ast::Visitor

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/ast/visitor.rb

Constant Summary collapse

DEPRECATION_WARNING =
"Cucumber::Ast::Visitor is deprecated and will be removed. You no longer need to inherit from this class."

Instance Method Summary collapse

Constructor Details

#initialize(runtime) ⇒ Visitor

Returns a new instance of Visitor.



6
7
8
# File 'lib/cucumber/ast/visitor.rb', line 6

def initialize(runtime)
  raise(DEPRECATION_WARNING)
end