Sha256: 5ebaaf06f38fec143450a45e623791d4b9518f9403c0be4fe9640c30822891de
Contents?: true
Size: 1.01 KB
Versions: 71
Compression:
Stored size: 1.01 KB
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "beginning_of_year", "path": "packages/ree_date/package/ree_date/functions/beginning_of_year.rb", "mount_as": "fn", "class": "ReeDate::BeginningOfYear", "factory": null, "methods": [ { "doc": "Returns a new date/time at the beginning of the year.\n\n today = Date.today # => Fri, 10 Jul 2015\n today.beginning_of_year # => Thu, 01 Jan 2015", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "arg_type": "opt", "type": "Nilor[Date]" } ] } ], "links": [ { "target": "beginning_of_month", "package_name": "ree_date", "as": "beginning_of_month", "imports": [ ] }, { "target": "change", "package_name": "ree_date", "as": "change", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }
Version data entries
71 entries across 71 versions & 1 rubygems