Method: Immutable::Map.empty
- Defined in:
- lib/immutable/map.rb
.empty ⇒ Object
Returns an empty map.
32 33 34 |
# File 'lib/immutable/map.rb', line 32 def self.empty Leaf end |
Returns an empty map.
32 33 34 |
# File 'lib/immutable/map.rb', line 32 def self.empty Leaf end |