# File lib/facet/numeric/bound_by.rb, line 38
  def at_most(x)
    (self <= x) ? self : x
  end