method
ceiling
ceiling( number )
public
Hide source
# File lib/rexml/functions.rb, line 361 def Functions::ceiling( number ) number(number).ceil end