class OptionParser
Public Instance Methods
Source
# File lib/rdf/cli.rb, line 43 def args; @args || []; end
Arguments remaining after extracting options
Source
# File lib/rdf/cli.rb, line 39 def options; @options || {}; end
Actual parsed options