# File rexml/functions.rb, line 340 def Functions::round( number ) begin number(number).round rescue FloatDomainError number(number) end end