# File lib/facet/comparable/bound_by.rb, line 27
  def at_least(x)
    (self >= x) ? self : x
  end