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