# File lib/more/facets/succ.rb, line 19
  def pred(n=1)
    self - n
  end