Class: OptionParser
- Inherits:
-
Object
- Object
- OptionParser
- Defined in:
- lib/rdf/cli.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) options
13 |
# File 'lib/rdf/cli.rb', line 13 def ; @options || {}; end |
- (Object) options=(value)
14 |
# File 'lib/rdf/cli.rb', line 14 def (value); @options = value; end |