class Coltrane::Theory::InvalidNotesError
Public Class Methods
new(notes)
click to toggle source
Calls superclass method
Coltrane::Theory::BadConstructorError::new
# File lib/coltrane/theory/errors.rb, line 38 def initialize(notes) super "#{notes} are not a valid set of notes" end