Or round a number up or down (Float, Integer, or Numeric):
100.45.round # => 100 100.49.round # => 100 100.5.round # => 101 100.6.round # => 101