Module ActiveSupport::CoreExtensions::String::Iterators
In: lib/active_support/core_ext/string/iterators.rb

Custom string iterators

Methods

Public Class methods

Public Instance methods

Yields a single-character string for each character in the string. When $KCODE = ‘UTF8’, multi-byte characters are yielded appropriately.

[Validate]