method today
Documentation for method today assembled from the following types:
class Date
From Date
(Date) method today
Defined as:
method today(: --> Date)
Returns a Date object for the current day. Optionally accepts a formatter named parameter.
say Date.today;