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