method

append_features

append_features(base)
public

No documentation available.

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