Methods
Public Class methods
[ show source ]
# File lib/more/facets/command.rb, line 80 def initialize(name, *arg) super("unknown subcommand -- #{name}", name, *args) end
Class CLI::NoCommandError |
|
[ show source ]
# File lib/more/facets/command.rb, line 80 def initialize(name, *arg) super("unknown subcommand -- #{name}", name, *args) end