Class: OptionParser::ParseError
- Inherits:
-
Object
- Object
- OptionParser::ParseError
- 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
-
#optparse ⇒ Object
Returns the value of attribute optparse.
Instance Attribute Details
#optparse ⇒ Object
Returns the value of attribute optparse.
126 127 128 |
# File 'lib/morpheus/cli/option_parser.rb', line 126 def optparse @optparse end |