# File lib/cucumber/rb_support/rb_language.rb, line 111
      def load_code_file(code_file)
        require code_file # This will cause self.add_step_definition, self.add_hook, and self.add_transform to be called from RbDsl
      end