# File lib/core/facets/comparable/cap.rb, line 21
  def at_most(upper)
    (self <= upper) ? self : upper
  end