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