Parent

Methods

Transat::UnknownOptions

Attributes

command[R]

Public Class Methods

new(command, unrecognized_options) click to toggle source
# File lib/transat/parser.rb, line 23
def initialize(command, unrecognized_options)
  @command, @unrecognized_options = command, unrecognized_options
end

Public Instance Methods

message() click to toggle source
# File lib/transat/parser.rb, line 27
def message
  "Command #{@command} does not accept options #{@unrecognized_options.join(", ")}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.