class StructuredReader::JSONReader::CollectionReader
Public Class Methods
new(**args, &blk)
click to toggle source
Calls superclass method
StructuredReader::JSONReader::ArrayReader::new
# File lib/structured_reader.rb, line 154 def initialize(**args, &blk) super do |a| a.object(&blk) end end