Sha256: e22c9c42c5a7983538c97b9420bc867a00f7a8623b633cca20a337573332388a
Contents?: true
Size: 1.13 KB
Versions: 4
Compression:
Stored size: 1.13 KB
Contents
{ "schema_type": "object", "ree_version": "1.0.1", "name": "all_week", "path": "packages/ree_datetime/package/ree_datetime/functions/all_week.rb", "mount_as": "fn", "class": "ReeDatetime::AllWeek", "factory": null, "methods": [ { "doc": "Returns a Range representing the whole week of the current date/time.\nIf no date_time passed returns the whole current week.\nWeek is assumed to start on +week_start+ (monday or sunday).", "throws": [ ], "return": "RangeOf[DateTime]", "args": [ { "arg": "date_time", "type": "Nilor[DateTime]" }, { "arg": "start_day", "type": "Or[sunday, monday]" } ] } ], "links": [ { "target": "beginning_of_week", "package_name": "ree_datetime", "as": "beginning_of_week", "imports": [ ] }, { "target": "end_of_week", "package_name": "ree_datetime", "as": "end_of_week", "imports": [ ] }, { "target": "now", "package_name": "ree_datetime", "as": "now", "imports": [ ] } ] }
Version data entries
4 entries across 4 versions & 1 rubygems