# File lib/cucumber/js_support/js_language.rb, line 104
      def initialize(step_mother)
        @step_definitions = []
        @world = JsWorld.new
        @step_mother = step_mother

        @world["jsLanguage"] = self
        @world.load(File.dirname(__FILE__) + '/js_dsl.js')
      end