Method: Coltrane::WrongKeywordsError#initialize
- Defined in:
- lib/coltrane/errors.rb
#initialize(msg) ⇒ WrongKeywordsError
Returns a new instance of WrongKeywordsError.
19 20 21 |
# File 'lib/coltrane/errors.rb', line 19 def initialize(msg) super "Use one of the following set of keywords: #{msg}" end |