Class: Choosy::HelpCalled

Inherits:
Error
  • Object
show all
Defined in:
lib/choosy/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(m) ⇒ HelpCalled

Returns a new instance of HelpCalled.



13
# File 'lib/choosy/errors.rb', line 13

def initialize(m); @m = m; end

Instance Method Details

#messageObject



14
# File 'lib/choosy/errors.rb', line 14

def message; @m; end