Sha256: 45ccf17c3685e34d561473f21ec7233dfc267bd9d55bfd960bf6a087d08641f6

Contents?: true

Size: 299 Bytes

Versions: 164

Compression:

Stored size: 299 Bytes

Contents

module ActiveSupport #:nodoc:
  module CoreExtensions #:nodoc:
    module String #:nodoc:
      module Behavior
        # Enable more predictable duck-typing on String-like classes. See
        # Object#acts_like?.
        def acts_like_string?
          true
        end
      end
    end
  end
end

Version data entries

164 entries across 131 versions & 20 rubygems

Version Path
vanity-1.7.1 vendor/ruby/1.9.1/gems/activesupport-2.3.12/lib/active_support/core_ext/string/behavior.rb
activesupport-2.3.14 lib/active_support/core_ext/string/behavior.rb
kajam-1.0.3.rc2 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
activesupport-2.3.12 lib/active_support/core_ext/string/behavior.rb
radiant-1.0.0.rc2 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiant-1.0.0.rc1 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
abiquo-etk-0.5.3 vendor/activesupport-2.3.8/lib/active_support/core_ext/string/behavior.rb
abiquo-etk-0.4.42 vendor/activesupport-2.3.8/lib/active_support/core_ext/string/behavior.rb
webroar-0.5.0 src/admin_panel/vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
activesupport-2.3.11 lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.2.4 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.2.2 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.2.1 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.2 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.9 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.8 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.7 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.6 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.5 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb
radiantcms-couchrest_model-0.1.4 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb