Sha256: 98a5df4b220ed1aea4973a02f59ae2885cc18d50b67e002bc8c3db80f4b6aa1f
Contents?: true
Size: 1001 Bytes
Versions: 4
Compression:
Stored size: 1001 Bytes
Contents
{ "schema_type": "object", "ree_version": "1.0.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", "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
4 entries across 4 versions & 1 rubygems