TExpr that matches the week in a month. For example:
WIMonth.new(1) See also: Date FIXME .dates mixin seems functionally broken
# File lib/runt/temporalexpression.rb, line 710 def ==(o) o.is_a?(WIMonth) ? ordinal == o.ordinal : super(o) end
Generated with the Darkfish Rdoc Generator 2.