# File lib/bundler/vendor/thor.rb, line 363 def subcommand_help(cmd) desc "help [COMMAND]", "Describe subcommands or one specific subcommand" class_eval "def help(task = nil, subcommand = true); super; end\n" end