Sha256: 2185dcd64e10d69093a36a124b4dad1c8bb644b99118995e2c35cf4ecad8deb2
Contents?: true
Size: 1006 Bytes
Versions: 71
Compression:
Stored size: 1006 Bytes
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "end_of_quarter", "path": "packages/ree_date/package/ree_date/functions/end_of_quarter.rb", "mount_as": "fn", "class": "ReeDate::EndOfQuarter", "factory": null, "methods": [ { "doc": "Returns a new date/time at the end of the quarter.\n\n today = Date.today # => Fri, 10 Jul 2015\n today.end_of_quarter # => Wed, 30 Sep 2015", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "arg_type": "opt", "type": "Nilor[Date]" } ] } ], "links": [ { "target": "change", "package_name": "ree_date", "as": "change", "imports": [ ] }, { "target": "days_in_month", "package_name": "ree_date", "as": "days_in_month", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }
Version data entries
71 entries across 71 versions & 1 rubygems