Class: LazyJson::Primitive
Instance Method Summary collapse
-
#initialize(seq) ⇒ Primitive
constructor
A new instance of Primitive.
Methods inherited from Value
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 |