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-6.1.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.0 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.0.rc2 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.1.0.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.4 lib/active_support/core_ext/date/acts_like.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.4.1/lib/active_support/core_ext/date/acts_like.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.3.2/lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.4.4 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.3 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.1 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.4.3 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.3.rc1 lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.2.2 lib/active_support/core_ext/date/acts_like.rb
activesupport-5.2.4.2 lib/active_support/core_ext/date/acts_like.rb
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.2.1/lib/active_support/core_ext/date/acts_like.rb
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.2.1/lib/active_support/core_ext/date/acts_like.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.4.1/lib/active_support/core_ext/date/acts_like.rb
activesupport-6.0.2.1 lib/active_support/core_ext/date/acts_like.rb