Method: Coltrane::Theory::Pitch#-

Defined in:
lib/coltrane/theory/pitch.rb

#-(other) ⇒ Object



68
69
70
71
72
# File 'lib/coltrane/theory/pitch.rb', line 68

def -(other)
  case other
  when Integer then Pitch[integer - other]
  end
end