Libraries
»
csl
(1.0.2)
»
Index
»
CSL
»
DatePart
»
#day?
Method: CSL::DatePart#day?
Defined in:
lib/csl/date_part.rb
#
day?
⇒
Boolean
Returns:
(
Boolean
)
47 48 49
# File 'lib/csl/date_part.rb', line 47
def
day?
name
=~
/day/i
end