lib/polyfill/v2_4/hash.rb in polyfill-0.2.0 vs lib/polyfill/v2_4/hash.rb in polyfill-0.3.0
- old
+ new
@@ -1,15 +1,9 @@
-require 'polyfill/v2_4/hash/compact'
-require 'polyfill/v2_4/hash/compact_e'
-require 'polyfill/v2_4/hash/transform_values'
-require 'polyfill/v2_4/hash/transform_values_e'
+require 'polyfill/v2_4/hash/instance'
module Polyfill
module V2_4
module Hash
- include Compact
- include CompactE
- include TransformValues
- include TransformValuesE
+ include Instance
end
end
end