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.



230
231
232
# File 'lib/structured_reader.rb', line 230

def initialize(**_)

end

Instance Method Details

#read(fragment, context) ⇒ Object



234
235
236
# File 'lib/structured_reader.rb', line 234

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