Class: StructuredReader::JSONReader::RawReader

Inherits:
Object
  • Object
show all
Defined in:
lib/structured_reader.rb

Instance Method Summary collapse

Constructor Details

#initialize(**_) ⇒ RawReader

Returns a new instance of RawReader.



236
237
238
# File 'lib/structured_reader.rb', line 236

def initialize(**_)

end

Instance Method Details

#read(fragment, context) ⇒ Object



240
241
242
# File 'lib/structured_reader.rb', line 240

def read(fragment, context)
  context.accept fragment
end