Sha256: 5be6e57740a223b59d7dff29455a0882307044a324126f7f633075d205b9f132
Contents?: true
Size: 198 Bytes
Versions: 114
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true module Arel # :nodoc: all module Nodes class Grouping < Unary def fetch_attribute(&block) expr.fetch_attribute(&block) end end end end
Version data entries
114 entries across 109 versions & 9 rubygems