Sha256: c47b4985b4016f20cf5dc0d577bbff9361b9729de483bbadd91cfca0c73bb1c7

Contents?: true

Size: 294 Bytes

Versions: 82

Compression:

Stored size: 294 Bytes

Contents

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

Version data entries

82 entries across 82 versions & 7 rubygems

Version Path
vibes-bj-1.2.2 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
vibes-bj-1.2.1 spec/rails_root/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
activesupport-2.0.1 lib/active_support/core_ext/date/behavior.rb
activesupport-2.0.0 lib/active_support/core_ext/date/behavior.rb
activesupport-2.0.4 lib/active_support/core_ext/date/behavior.rb
activesupport-2.1.0 lib/active_support/core_ext/date/behavior.rb
activesupport-2.0.5 lib/active_support/core_ext/date/behavior.rb
activesupport-2.0.2 lib/active_support/core_ext/date/behavior.rb
antfarm-0.3.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
antfarm-0.4.0 rails/vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.0.0 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.0.1 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.0.2 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.0.5 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.0.4 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.1.1 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.1.0 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.1.2 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.2.0 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb
backlog-0.2.1 vendor/rails/activesupport/lib/active_support/core_ext/date/behavior.rb