class StructuredReader::JSONReader::RawReader

Public Class Methods

new(**_) click to toggle source
# File lib/structured_reader.rb, line 236
def initialize(**_)

end

Public Instance Methods

read(fragment, context) click to toggle source
# File lib/structured_reader.rb, line 240
def read(fragment, context)
  context.accept fragment
end