method
floor
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
floor( number )
public
Hide source
# File lib/rexml/functions.rb, line 357 def Functions::floor( number ) number(number).floor end