class Integer

Public Instance Methods

to_pc() click to toggle source
# File lib/musicality/pitch_class.rb, line 24
def to_pc
  PitchClass.from_i self
end