Class: Repeatable::Expression::ExactDate
- Defined in:
- lib/repeatable/expression/exact_date.rb
Instance Method Summary collapse
- #include?(other_date) ⇒ Boolean
-
#initialize(date:) ⇒ ExactDate
constructor
A new instance of ExactDate.
Methods inherited from Date
Methods inherited from Base
===, #difference, #intersection, #to_h, #union
Constructor Details
Instance Method Details
#include?(other_date) ⇒ Boolean
8 9 10 |
# File 'lib/repeatable/expression/exact_date.rb', line 8 def include?(other_date) date == other_date end |