OptionParser::Arguable

module OptionParser::Arguable

Extends command line arguments array (ARGV) to parse itself.

Public Class Methods

extend_object(obj) Show source

Initializes instance variable.

Calls superclass method
# File lib/optparse.rb, line 2124
def self.extend_object(obj)
  super
  obj.instance_eval {@optparse = nil}
end