lib/head_music/motion.rb in head_music-4.0.1 vs lib/head_music/motion.rb in head_music-5.0.0
- old
+ new
@@ -1,6 +1,4 @@
-# frozen_string_literal: true
-
# Motion defines the relative pitch direction of the upper and lower voices of subsequence intervals.
class HeadMusic::Motion
attr_reader :first_harmonic_interval, :second_harmonic_interval
def initialize(first_harmonic_interval, second_harmonic_interval)