lib/polyfill/v2_4/match_data.rb in polyfill-0.2.0 vs lib/polyfill/v2_4/match_data.rb in polyfill-0.3.0
- old
+ new
@@ -1,11 +1,9 @@
-require 'polyfill/v2_4/match_data/named_captures'
-require 'polyfill/v2_4/match_data/values_at'
+require 'polyfill/v2_4/match_data/instance'
module Polyfill
module V2_4
module MatchData
- include NamedCaptures
- include ValuesAt
+ include Instance
end
end
end