module Arel::Math

def /(other)

def /(other)
  Arel::Nodes::Division.new(self, other)
end