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