Sha256: 5104c3b44df9d336713174686dfcef12c24169d52d01065f9f6b73717edacd05
Contents?: true
Size: 1.02 KB
Versions: 28
Compression:
Stored size: 1.02 KB
Contents
{ "schema_type": "object", "schema_version": "1.0", "name": "all_week", "path": "packages/ree_date/package/ree_date/functions/all_week.rb", "mount_as": "fn", "class": "ReeDate::AllWeek", "factory": null, "methods": [ { "doc": "Returns a Range representing the whole week of the current date.\nWeek starts on start_day (sunday or monday).", "throws": [ ], "return": "RangeOf[Date]", "args": [ { "arg": "date", "type": "Nilor[Date]" }, { "arg": "start_day", "type": "Or[sunday, monday]" } ] } ], "links": [ { "target": "beginning_of_week", "package_name": "ree_date", "as": "beginning_of_week", "imports": [ ] }, { "target": "end_of_week", "package_name": "ree_date", "as": "end_of_week", "imports": [ ] }, { "target": "today", "package_name": "ree_date", "as": "today", "imports": [ ] } ] }
Version data entries
28 entries across 28 versions & 1 rubygems