passthru_handler.rb

Path: lib/active_support/multibyte/handlers/passthru_handler.rb
Last Update: Wed Mar 04 12:05:32 -0800 2009

Chars uses this handler when $KCODE is not set to ‘UTF8’. Because this handler doesn‘t define any methods all call will be forwarded to String.

[Validate]