Sha256: 4ec3b0a98b2d83ab14b854c7bbab178deb8f7fac4c52ddcbc4da2d49df8f54e2

Contents?: true

Size: 281 Bytes

Versions: 23

Compression:

Stored size: 281 Bytes

Contents

require "date"
require "active_support/core_ext/object/acts_like"

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

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

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
activesupport-5.1.7 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.7.rc1 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.6.2 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.6.1 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.6 lib/active_support/core_ext/date_time/acts_like.rb
tdiary-5.0.8 vendor/bundle/gems/activesupport-5.1.5/lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.5 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.5.rc1 lib/active_support/core_ext/date_time/acts_like.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/activesupport-5.1.4/lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.4 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.4.rc1 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.3 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.3.rc3 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.3.rc2 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.3.rc1 lib/active_support/core_ext/date_time/acts_like.rb
tdiary-5.0.5 vendor/bundle/gems/activesupport-5.1.2/lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.2 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.2.rc1 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.1 lib/active_support/core_ext/date_time/acts_like.rb
activesupport-5.1.0 lib/active_support/core_ext/date_time/acts_like.rb