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