class Cucumber::RbSupport::RbLanguage

def initialize(step_mother)

def initialize(step_mother)
  @step_mother = step_mother
  @step_definitions = []
  RbDsl.rb_language = self
  @world_proc = @world_modules = nil
  enable_rspec_expectations_if_available
end