lib/fat_table/patches.rb in fat_table-0.3.0 vs lib/fat_table/patches.rb in fat_table-0.3.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + unless { a: 1 }.respond_to?(:fetch_values) # Add fetch_values if this version of ruby does not define it. class Hash def fetch_values(*keys) result = []