class Acter::HelpWanted

Public Class Methods

new(action, subject, schema) click to toggle source
Calls superclass method Acter::InvalidCommand::new
# File lib/acter/error.rb, line 84
def initialize(action, subject, schema)
  super(schema, subject, action)
end

Public Instance Methods

to_s() click to toggle source
# File lib/acter/error.rb, line 87
def to_s
  "Command-line help"
end