Sha256: 5efb41c7694903db06d5ba775fb7809c8f4f0ba8001961d3fc71c2965fca7e4e
Contents?: true
Size: 174 Bytes
Versions: 7
Compression:
Stored size: 174 Bytes
Contents
module Arel class Compound < Relation delegate :array, :to => :relation def unoperated_rows relation.call.collect { |row| row.bind(self) } end end end
Version data entries
7 entries across 7 versions & 1 rubygems