In Files

Parent

Methods

Drydock::InvalidArgument

Attributes

args[RW]

Public Class Methods

new(args) click to toggle source
# File lib/drydock.rb, line 342
def initialize(args)
  @args = args || []
end

Public Instance Methods

message() click to toggle source
# File lib/drydock.rb, line 345
def message
  "Unknown option: #{@args.join(", ")}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.