method
round
round( number )
public
Hide source
# File lib/rexml/functions.rb, line 377 def Functions::round( number ) begin number(number).round rescue FloatDomainError number(number) end end