class OptimistXL::HelpNeeded

Thrown by Parser if the user passes in '-h' or '–help'. Handled automatically by OptimistXL#options.

Attributes

parser[R]

Public Class Methods

new(msg=nil, parser: nil) click to toggle source
Calls superclass method
# File lib/optimist_xl.rb, line 29
def initialize(msg=nil, parser: nil)
  super(msg)
  @parser = parser
end