Method: Chars::CharSet#map_chars
- Defined in:
- lib/chars/char_set.rb
#map_chars {|char| ... } ⇒ Array<String>
Maps the characters of the Chars::CharSet.
170 171 172 |
# File 'lib/chars/char_set.rb', line 170 def map_chars(&block) each_char.map(&block) end |