Sha256: 55eb700dd2b120ae33925a2ce9285dabb916a81167edf82030edb1864a86914e
Contents?: true
Size: 336 Bytes
Versions: 113
Compression:
Stored size: 336 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
113 entries across 113 versions & 11 rubygems