# File lib/cucumber/runtime/support_code.rb, line 35
      def initialize(step_mother, in_guess_mode)
        @step_mother = step_mother
        @guess_step_matches = in_guess_mode
        @unsupported_programming_languages = []
        @programming_languages = []
        @language_map = {}
      end