Parent

Methods

Clio::NoOptionError

Public Class Methods

new(name, *arg) click to toggle source
# File lib/clio/errors.rb, line 4
def initialize(name, *arg)
  super("unknown option -- #{name}", name, *args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.