Sha256: c6f683210c54149521c7c00d1178c5c5f62e1ffc950d7dcf33159d952bf9348a
Contents?: true
Size: 1.11 KB
Versions: 71
Compression:
Stored size: 1.11 KB
Contents
{ "schema_type": "object", "schema_version": "1.1", "name": "beginning_of_week", "path": "packages/ree_date/package/ree_date/functions/beginning_of_week.rb", "mount_as": "fn", "class": "ReeDate::BeginningOfWeek", "factory": null, "methods": [ { "doc": "Returns a new date representing the start of this week on the given day.\nWeek is assumed to start on +week_start+, default is monday.", "throws": [ ], "return": "Date", "args": [ { "arg": "date", "arg_type": "opt", "type": "Nilor[Date]" }, { "arg": "week_start", "arg_type": "req", "type": "Or[sunday, monday]" } ] } ], "links": [ { "target": "days_ago", "package_name": "ree_date", "as": "days_ago", "imports": [ ] }, { "target": "days_to_week_start", "package_name": "ree_date", "as": "days_to_week_start", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }
Version data entries
71 entries across 71 versions & 1 rubygems