class Cucumber::Ast::Visitor

Constants

DEPRECATION_WARNING

Public Class Methods

new(step_mother) click to toggle source
# File lib/cucumber/ast/visitor.rb, line 6
def initialize(step_mother)
  raise(DEPRECATION_WARNING)
end