method
utf8_pragma?
rails latest stable - Class:
ActiveSupport::Multibyte::Chars
utf8_pragma?()private
utf8_pragma checks if it can send this string to the handlers. It makes sure @string isn’t nil and $KCODE is set to ‘UTF8’.
utf8_pragma?()utf8_pragma checks if it can send this string to the handlers. It makes sure @string isn’t nil and $KCODE is set to ‘UTF8’.