passthru_handler.rb

Path: vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
Last Update: Wed Nov 19 14:28:38 +0000 2008

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]