tracks/ruby/exercises/phone-number/.meta/solutions/phone_number.rb in trackler-2.1.0.16 vs tracks/ruby/exercises/phone-number/.meta/solutions/phone_number.rb in trackler-2.1.0.17

- old
+ new

@@ -23,7 +23,7 @@ matches.names.map(&:to_sym).zip(matches.captures).to_h if matches end end module BookKeeping - VERSION = 1 + VERSION = 2 end