Sha256: 3fa80711ce48c8c2bf1fd1686f9a070f6c75a73122b2de7622ecfb85cc6d84b9
Contents?: true
Size: 337 Bytes
Versions: 8
Compression:
Stored size: 337 Bytes
Contents
# 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. class ActiveSupport::Multibyte::Handlers::PassthruHandler #:nodoc: # Return the original byteoffset def self.translate_offset(string, byte_offset) #:nodoc: byte_offset end end
Version data entries
8 entries across 8 versions & 1 rubygems