lib/polyfill/v2_3/string.rb in polyfill-0.5.0 vs lib/polyfill/v2_3/string.rb in polyfill-0.6.0

- old
+ new

@@ -1,9 +1,11 @@ require_relative 'string/class' +require_relative 'string/instance' module Polyfill module V2_3 module String include Class + include Instance end end end