# File lib/more/facets/math/ceil.rb, line 4
  def self.ceil(x)
    x.ceil
  end