Class: OptionParser

Inherits:
Object
  • Object
show all
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; @options || {}; end

- (Object) options=(value)



14
# File 'lib/rdf/cli.rb', line 14

def options=(value); @options = value; end