class Coltrane::Theory::InvalidNoteError
Public Class Methods
new(note)
click to toggle source
Calls superclass method
Coltrane::Theory::BadConstructorError::new
# File lib/coltrane/theory/errors.rb, line 32 def initialize(note) super "#{note} is not a valid note" end