# File lib/backports/1.8.7/integer.rb, line 21
  def pred
    self - 1
  end