Method: ActiveSupport::CoreExtensions::String::Iterators.append_features

Defined in:
lib/active_support/core_ext/string/iterators.rb

.append_features(base) ⇒ Object



8
9
10
# 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