lib/cli/ukulele.rb in coltrane-2.0.0 vs lib/cli/ukulele.rb in coltrane-2.1.0

- old
+ new

@@ -4,10 +4,10 @@ module Cli # Renders notes in a common most popular ukulele scheme class Ukulele < Guitar SPECIAL_FRETS = [5, 7, 9, 12].freeze - def initialize(notes, flavor, tuning: %w[G C E A], frets: 12) + def initialize(notes, tuning: %w[G C E A], frets: 12) super end end end end