Exception: RD2ODT::ProgramOptionError
- Defined in:
- lib/rd2odt.rb
Direct Known Subclasses
Constant Summary collapse
- ADDITIONAL_MESSAGE =
[RD2ODT::OPTION_PARSER., "use #{RD2ODT::OPTION_PARSER.program_name} --help for more help."]
Instance Method Summary collapse
Methods inherited from Error
Instance Method Details
#message ⇒ Object
592 593 594 |
# File 'lib/rd2odt.rb', line 592 def return [super, "", *ADDITIONAL_MESSAGE] end |