# File lib/active_support/core_ext/string/iterators.rb, line 8
        def self.append_features(base)
          super unless '1.9'.respond_to?(:each_char)
        end