Sha256: 604debe192d35cd978ea079d00edb599e8f043ce991642c7781d3960d5d5254b
Contents?: true
Size: 1.2 KB
Versions: 4
Compression:
Stored size: 1.2 KB
Contents
{ "schema_type": "object", "ree_version": "1.0.1", "name": "end_of_month", "path": "packages/ree_datetime/package/ree_datetime/functions/end_of_month.rb", "mount_as": "fn", "class": "ReeDatetime::EndOfMonth", "factory": null, "methods": [ { "doc": "Returns a new date/time at the end of the month.\nIf no date_time passed returns date/time at the end of the current month.\n\n date_time(optional) => Thu, 18 Jun 2015 13:00:00\n end_of_month(date_time) # => Mon, 30 Jun 2015 23:59:59.999999", "throws": [ ], "return": "DateTime", "args": [ { "arg": "date_time", "type": "Nilor[DateTime]" } ] } ], "links": [ { "target": "change", "package_name": "ree_datetime", "as": "change", "imports": [ ] }, { "target": "end_of_day", "package_name": "ree_datetime", "as": "end_of_day", "imports": [ ] }, { "target": "end_of_month", "package_name": "ree_date", "as": "end_of_month", "imports": [ ] }, { "target": "now", "package_name": "ree_datetime", "as": "now", "imports": [ ] } ] }
Version data entries
4 entries across 4 versions & 1 rubygems