method
each_char
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
each_char()
public
Register or
log in
to add new notes.
Aleran -
May 4, 2009 - (v1_8_6_287)
![Default_avatar_30](https://www.gravatar.com/avatar/3e60fc9bc7b3c1555324b2c7d1de17a9?default=http://apidock.com/images/default_avatar_30.png&size=30)
2 thanks
NoMethodError: undefined method `each_char'
For some reason the each_char method on String is not available by default in Ruby 1.8.6 and you will be presented with a NoMethodError.
You can resolve this by requiring the jcode lib:
require 'jcode'