# File lib/facets/core/comparable/at_least.rb, line 20
  def at_most(x)
    (self <= x) ? self : x
  end