Class: OptionParser

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

Instance Method Summary collapse

Instance Method Details

#optionsObject



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

def options; @options || {}; end

#options=(value) ⇒ Object



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

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