# File lib/cucumber/step_mother.rb, line 13 def initialize(step_name) super %{Undefined step: "#{step_name}"} @step_name = step_name end