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

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
   
   = private
 = private = protected
 = protected
  