# File lib/bundler/vendor/thor.rb, line 377 def help(task = nil, subcommand = false) task ? self.class.task_help(shell, task) : self.class.help(shell, subcommand) end