class Thor::HiddenTask

A task that is hidden in help messages but still invocable.

Public Instance Methods

hidden?() click to toggle source
# File lib/bundler/vendor/thor/task.rb, line 94
def hidden?
  true
end