module Rafini::Empty
Constants
- ARRAY
- HASH
- STRING
Public Instance Methods
a0(= ARRAY)
click to toggle source
# File lib/rafini/empty.rb, line 7 def a0 = ARRAY def h0 = HASH def s0 = STRING end
h0(= HASH)
click to toggle source
# File lib/rafini/empty.rb, line 8 def h0 = HASH def s0 = STRING end end
s0(= STRING)
click to toggle source
# File lib/rafini/empty.rb, line 9 def s0 = STRING end