lib/polyfill/v2_4/hash.rb in polyfill-0.3.0 vs lib/polyfill/v2_4/hash.rb in polyfill-0.4.0

- old
+ new

@@ -1,5 +1,5 @@ -require 'polyfill/v2_4/hash/instance' +require_relative 'hash/instance' module Polyfill module V2_4 module Hash include Instance