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