{ "schema_type": "object", "schema_version": "1.1", "name": "days_since", "path": "packages/ree_date/package/ree_date/functions/days_since.rb", "mount_as": "fn", "class": "ReeDate::DaysSince", "factory": null, "methods": [ { "doc": "Returns a new date the specified number of days in the future.", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "arg_type": "opt", "type": "Nilor[Date]" }, { "arg": "day_count", "arg_type": "req", "type": "Integer" } ] } ], "links": [ { "target": "advance", "package_name": "ree_date", "as": "advance", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }