# File lib/cucumber/rb_support/rb_language.rb, line 40 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