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