class Cucumber::Undefined
def initialize(step_name)
def initialize(step_name) super %{Undefined step: "#{step_name}"} @step_name = step_name end
def nested!
def nested! @nested = true end
def nested?
def nested? @nested end
def initialize(step_name) super %{Undefined step: "#{step_name}"} @step_name = step_name end
def nested! @nested = true end
def nested? @nested end