6e05eef9e9
1 2 3 4 5 6 7 8 9 10 11
module Arel module Nodes class Group attr_accessor :expr def initialize expr @expr = expr end end end end