Class: Cucumber::Ast::Visitor
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
-
#initialize(step_mother) ⇒ Visitor
constructor
A new instance of Visitor.
Constructor Details
#initialize(step_mother) ⇒ Visitor
Returns a new instance of Visitor.
6 7 8 |
# File 'lib/cucumber/ast/visitor.rb', line 6 def initialize(step_mother) raise(DEPRECATION_WARNING) end |