Class: LazyJson::Primitive

Inherits:
Value
  • Object
show all
Defined in:
lib/lazy-json.rb

Instance Method Summary collapse

Methods inherited from Value

#parse

Constructor Details

#initialize(seq) ⇒ Primitive

Returns a new instance of Primitive.



278
279
280
# File 'lib/lazy-json.rb', line 278

def initialize(seq)
  super(seq)
end