Sha256: a00abc8aefeae82300a3ae61c3b4d0fe874d7ad1dbfd70d045210b2b621eaa93
Contents?: true
Size: 1007 Bytes
Versions: 4
Compression:
Stored size: 1007 Bytes
Contents
{ "schema_type": "object", "ree_version": "1.0.1", "name": "beginning_of_quarter", "path": "packages/ree_date/package/ree_date/functions/beginning_of_quarter.rb", "mount_as": "fn", "class": "ReeDate::BeginningOfQuarter", "factory": null, "methods": [ { "doc": "Returns a new date at the start of the quarter.\n\n today = Date.today # => Fri, 10 Jul 2015\n today.beginning_of_quarter # => Wed, 01 Jul 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