class Bundler::Thor::HiddenTask

Parent:
Bundler::Thor::Command

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

Public Instance Methods

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

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.