Class: OptionParser

Inherits:
Object
  • Object
show all
Defined in:
lib/rdf/cli.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



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

def options; @options || {}; end

#options=(value) ⇒ Object



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

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