File: constants.html.md

package info (click to toggle)
ruby-dry-core 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 2,126; sh: 4; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Constants
layout: gem-single
name: dry-core
---

A list of constants you can use to avoid memory allocations or identity checks.

* `EMPTY_ARRAY`
* `EMPTY_HASH`
* `EMPTY_OPTS`
* `EMPTY_SET`
* `EMPTY_STRING`
* `Undefined` - A special value you can use as a default to know if no arguments were passed to you method