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