# File lib/backports/1.8.7/fixnum.rb, line 3
  def div(n)
    (self / n).to_i
  end