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

Version Path
radiant-0.7.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
rq-3.4.0 rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
rq-3.3.0 rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
spree-0.0.9 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
spree-0.2.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.149 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.150 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.152 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.175 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.160 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.157 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.156 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb
swivel-0.0.155 vendor/activesupport-2.0.2-/lib/active_support/multibyte/handlers/passthru_handler.rb