{ "schema_type": "object", "schema_version": "1.0", "name": "end_of_month", "path": "packages/ree_date/package/ree_date/functions/end_of_month.rb", "mount_as": "fn", "class": "ReeDate::EndOfMonth", "factory": null, "methods": [ { "doc": "Returns a new date representing the end of the month.", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "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": [ ] } ] }