Class: StructuredReader::JSONReader::RawReader
- Inherits:
-
Object
- Object
- StructuredReader::JSONReader::RawReader
- Defined in:
- lib/structured_reader.rb
Instance Method Summary collapse
-
#initialize(**_) ⇒ RawReader
constructor
A new instance of RawReader.
- #read(fragment, context) ⇒ Object
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 |