Sha256: 2aa5807ae551cee5deb3cca8b1bc6cc64c775299f3eb03b103d440fa2cedeb48
Contents?: true
Size: 850 Bytes
Versions: 4
Compression:
Stored size: 850 Bytes
Contents
{ "schema_type": "object", "ree_version": "1.0.1", "name": "beginning_of_month", "path": "packages/ree_date/package/ree_date/functions/beginning_of_month.rb", "mount_as": "fn", "class": "ReeDate::BeginningOfMonth", "factory": null, "methods": [ { "doc": "Returns a new date at the start of the month.\n\n today = Date.today # => Thu, 18 Jun 2015\n today.beginning_of_month # => Mon, 01 Jun 2015", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "type": "Nilor[Date]" } ] } ], "links": [ { "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