# File lib/arel/math.rb, line 15
    def /(other)
      Arel::Nodes::Division.new(self, other)
    end