class StructuredReader::JSONReader::CollectionReader

Public Class Methods

new(**args, &blk) click to toggle source
# File lib/structured_reader.rb, line 154
def initialize(**args, &blk)
  super do |a|
    a.object(&blk)
  end
end