Sha256: 44af994fdc62cff23c0b2cba8f14fe5823b5cd367ad46b2fcca154562834d049
Contents?: true
Size: 1.18 KB
Versions: 71
Compression:
Stored size: 1.18 KB
Contents
{ "schema_type": "object", "schema_version": "1.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", "arg_type": "opt", "type": "Nilor[DateTime]" }, { "arg": "start_day", "arg_type": "req", "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
71 entries across 71 versions & 1 rubygems