Method: Arel::Math#-

Defined in:
lib/arel/math.rb

#-(other) ⇒ Object



12
13
14
# File 'lib/arel/math.rb', line 12

def -(other)
  Arel::Nodes::Grouping.new(Arel::Nodes::Subtraction.new(self, other))
end