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
backlog-0.2.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.2.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.3 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.2 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.4 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.6 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.5 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.8 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.7 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.3.9 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.4.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.10 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.2 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.4 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.3 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.5.6 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb