Class: Choosy::VersionCalled
Instance Method Summary collapse
-
#initialize(m) ⇒ VersionCalled
constructor
A new instance of VersionCalled.
- #message ⇒ Object
Constructor Details
#initialize(m) ⇒ VersionCalled
Returns a new instance of VersionCalled.
18 |
# File 'lib/choosy/errors.rb', line 18 def initialize(m); @m = m; end |
Instance Method Details
#message ⇒ Object
19 |
# File 'lib/choosy/errors.rb', line 19 def ; @m; end |