Class: Choosy::HelpCalled
Instance Method Summary collapse
-
#initialize(m) ⇒ HelpCalled
constructor
A new instance of HelpCalled.
- #message ⇒ Object
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
#message ⇒ Object
14 |
# File 'lib/choosy/errors.rb', line 14 def ; @m; end |