Class: M2H::OptionError

Inherits:
Object
  • Object
show all
Defined in:
lib/m2h/optparser.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OptionError

Returns a new instance of OptionError.



23
24
25
# File 'lib/m2h/optparser.rb', line 23

def initialize(message)
  $stderr.puts "!!! " << message << " !!!"
end