Class: StructuredReader::JSONReader::NullReader

Inherits:
LiteralReader show all
Defined in:
lib/structured_reader.rb

Instance Method Summary collapse

Methods inherited from LiteralReader

#read

Constructor Details

#initialize(**_) ⇒ NullReader

Returns a new instance of NullReader.



222
223
224
# File 'lib/structured_reader.rb', line 222

def initialize(**_)
  super value: nil
end