class Cucumber::StepMother

def initialize(*args)

def initialize(*args)
  warn("StepMother has been deprecated and will be gently put to sleep before the next release. Please use Runtime instead. #{caller[0]}")
  super
end