Sha256: 14683d97444480ecbe9d8db8bae654d1746b3d5506ed58b0dc8232f6fbea0dc4
Contents?: true
Size: 1002 Bytes
Versions: 28
Compression:
Stored size: 1002 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.0", "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", "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
28 entries across 28 versions & 1 rubygems