INNER CODE UNIT · Ruby

initialize

exAspArk/batch-loader · lib/batch_loader/executor.rb:21

    def initialize
      @items_by_block = Hash.new { |hash, key| hash[key] = Set.new }
      @loaded_values_by_block = Hash.new { |hash, key| hash[key] = {} }
    end
  end
end

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…