# File lib/cucumber/parser/natural_language.rb, line 7
        def get(step_mother, lang)
          languages[lang] ||= new(step_mother, lang)
        end