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
3mix-castronaut-0.5.0.2 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
masover-castronaut-0.4.4.4 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
masover-castronaut-0.4.4.5 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
masover-castronaut-0.5.0.1 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.1 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.2 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.3 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.4 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.5 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.4.6 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.5.0 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.5.1 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.5.2 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.5.3 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
relevance-castronaut-0.5.4 vendor/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
radiant-0.7.2 vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/multibyte/handlers/passthru_handler.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/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