# File lib/facet/numeric/succ.rb, line 19
  def pred(n=nil)
    n ||= 1
    self - n
  end