class Taipu::Hash
The type number.
Public Instance Methods
valid?(value)
click to toggle source
# File lib/taipu/hash.rb, line 7 def valid?(value) value.is_a?(::Hash) end
The type number.
# File lib/taipu/hash.rb, line 7 def valid?(value) value.is_a?(::Hash) end