Class: MdPage::OptionError

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OptionError

Returns a new instance of OptionError.



21
22
23
# File 'lib/mdpage/optparser.rb', line 21

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