lib/head_music/scale.rb in head_music-4.0.1 vs lib/head_music/scale.rb in head_music-5.0.0
- old
+ new
@@ -1,6 +1,4 @@
-# frozen_string_literal: true
-
# A scale contains ordered pitches starting at a tonal center.
class HeadMusic::Scale
SCALE_REGEX = /^[A-G][#b]?\s+\w+$/
def self.get(root_pitch, scale_type = nil)