# File lib/facets/core/string/each_char.rb, line 5 def each_char # :yield: split(//).each { |c| yield( c ) } end