lib/polyfill.rb in polyfill-1.6.0 vs lib/polyfill.rb in polyfill-1.7.0

- old
+ new

@@ -59,10 +59,10 @@ end end module_function :get end -def Polyfill(options = {}) # rubocop:disable Style/MethodName +def Polyfill(options = {}) # rubocop:disable Naming/MethodName # # parse options # objects, others = options.partition { |key,| key[/\A[A-Z]/] } objects.sort! do |a, b|