Sha256: 1158262d2bfd2fdc21c2531cd901c329e494841863d95e83e35983fb78cec3b8

Contents?: true

Size: 195 Bytes

Versions: 233

Compression:

Stored size: 195 Bytes

Contents

# frozen_string_literal: true

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

233 entries across 218 versions & 28 rubygems

Version Path
activesupport-7.0.0.alpha1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.4.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.4.1 lib/active_support/core_ext/date/acts_like.rb
rails_mini_profiler-0.2.0 vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.4/lib/active_support/core_ext/date/acts_like.rb
mumukit-content-type-1.11.1 vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.4 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.4 lib/active_support/core_ext/date/acts_like.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/activesupport-6.1.3.1/lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.6 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.7 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.3.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.4.6 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.3.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.6 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.5 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.3 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.2.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.5 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.4.5 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.2 lib/active_support/core_ext/date/acts_like.rb