Class: OptionParser::ParseError

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

Overview

ParseError is overridden to set parser reference. todo: dont monkey patch like this

Instance Attribute Summary collapse

Instance Attribute Details

#optparseObject

Returns the value of attribute optparse.



122
123
124
# File 'lib/morpheus/cli/option_parser.rb', line 122

def optparse
  @optparse
end