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
mack-active_record-0.8.2 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/string/behavior.rb
mack-facets-0.8.3 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/string/behavior.rb
mack-facets-0.8.3.1 lib/gems/activesupport-2.2.2/lib/active_support/core_ext/string/behavior.rb
radiant-0.8.0 vendor/rails/activesupport/lib/active_support/core_ext/string/behavior.rb