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.



228
229
230
# File 'lib/structured_reader.rb', line 228

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