Module: Rafini::Empty

Defined in:
lib/rafini/empty.rb

Constant Summary collapse

ARRAY =
[].freeze
HASH =
{}.freeze
STRING =
''.freeze

Instance Method Summary collapse

Instance Method Details

#a0Object



7
# File 'lib/rafini/empty.rb', line 7

def a0 = ARRAY

#h0Object



8
# File 'lib/rafini/empty.rb', line 8

def h0 = HASH

#s0Object



9
# File 'lib/rafini/empty.rb', line 9

def s0 = STRING