module Kwipper
Constants
- AuthenticationRequired
- EmptyRequest
- NotFoundError
- ROOT
- VERSION
Public Class Methods
log_startup_time()
click to toggle source
# File lib/kwipper.rb, line 16 def self.log_startup_time log.debug "Started in #{sprintf '%.2f', Time.now.to_f - $START_TIME}s" end