method
/

/(other)
public
Hide source
# File activerecord/lib/arel/math.rb, line 17 def /(other) Arel::Nodes::Division.new(self, other) end