# File lib/arel/nodes/node.rb, line 29 def or right Nodes::Grouping.new Nodes::Or.new(self, right) end