Module: Core

Defined in:
lib/core.rb,
lib/core/identity.rb

Overview

Main namespace.

Defined Under Namespace

Classes: EMPTY_DATA

Constant Summary collapse

EMPTY_ARRAY =
[].freeze
EMPTY_HASH =
{}.freeze
EMPTY_SET =
Set.new.freeze
EMPTY_STRING =
""
EMPTY_STRUCT =
Struct.new.freeze
Identity =
-> input { input }
.freeze