Sha256: 0b6d2ab783c8f57f62056ac630aa5baec37c188ae2530488438d4ac34e0085b2
Contents?: true
Size: 1.23 KB
Versions: 71
Compression:
Stored size: 1.23 KB
Contents
{ "schema_type": "object", "schema_version": "1.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", "arg_type": "opt", "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
71 entries across 71 versions & 1 rubygems