Sha256: d8d24cfbcf6b67e45e5c09fbc47a526dac6a4c4a4ef8a7abc95f3253168bfbeb

Contents?: true

Size: 164 Bytes

Versions: 509

Compression:

Stored size: 164 Bytes

Contents

require 'active_support/core_ext/object/acts_like'

class Date
  # Duck-types as a Date-like class. See Object#acts_like?.
  def acts_like_date?
    true
  end
end

Version data entries

509 entries across 457 versions & 45 rubygems

Version Path
activesupport-4.2.7.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-3.2.22.3 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.2.7 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.1.16 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.1.16.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.2.7.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0.rc2 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0.racecar1 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0.rc1 lib/active_support/core_ext/date/acts_like.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.6/lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0.beta4 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.1.15 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.2.6 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.1.15.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.2.6.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-3.2.22.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.1.14.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-4.2.5.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.0.0.beta3 lib/active_support/core_ext/date/acts_like.rb