class Coltrane::Theory::WrongKeywordsError
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
Coltrane::Theory::BadConstructorError::new
# File lib/coltrane/theory/errors.rb, line 20 def initialize(msg) super "Use one of the following set of keywords: #{msg}" end