# File src/ApplicationStats.rb, line 17
                def uptime
                        Time.now.to_i - creation_time.to_i
                end