OptionParser::Arguable
module OptionParser::Arguable
Extends command line arguments array (ARGV) to parse itself.
Public Class Methods
Initializes instance variable.
Calls superclass method
# File lib/optparse.rb, line 2129 def self.extend_object(obj) super obj.instance_eval {@optparse = nil} end