Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/musicality/pitch_class.rb

Instance Method Summary collapse

Instance Method Details

#to_pcObject



24
25
26
# File 'lib/musicality/pitch_class.rb', line 24

def to_pc
  PitchClass.from_i self
end