# File /home/ser/Work/rexml/rexml/functions.rb, line 196 def Functions::round( nodes, number ) number = number.to_f if number.kind_of? String number.round end