lib/polyfill/v2_3/enumerable/instance.rb in polyfill-0.5.0 vs lib/polyfill/v2_3/enumerable/instance.rb in polyfill-0.6.0
- old
+ new
@@ -1,11 +1,15 @@
require_relative 'instance/chunk_while'
+require_relative 'instance/grep_v'
+require_relative 'instance/slice_before'
module Polyfill
module V2_3
module Enumerable
module Instance
include ChunkWhile
+ include GrepV
+ include SliceBefore
end
end
end
end