# File lib/cucumber/cli/language_help_formatter.rb, line 19 def list_languages(io) raw = Cucumber::LANGUAGES.keys.sort.map do |lang| [ lang, Cucumber::LANGUAGES[lang]['name'], Cucumber::LANGUAGES[lang]['native'] ] end print_table io, raw, :check_lang => true end