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
activesupport-1.4.3 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-1.4.2 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-1.4.4 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.0.0 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.1.1 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.1.2 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.0.2 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.0.5 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.0.4 lib/active_support/multibyte/handlers/passthru_handler.rb
activesupport-2.1.0 lib/active_support/multibyte/handlers/passthru_handler.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.0.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.0.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.0.2 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.0.5 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.0.4 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.1.1 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.1.0 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
backlog-0.1.2 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb