class Bundler::Thor::HiddenTask

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

Public Instance Methods

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