class Thor::HiddenTask A command that is hidden in help messages but still invocable. Public Instance Methods hidden? () toggle source # File lib/thor/command.rb, line 130 def hidden? true end