8 9 10 11 12 13 14 15 16
# File 'lib/rack/heartbeat/sinatra.rb', line 8 def self.extended cls cls.module_eval do configure do use ::Rack::Heartbeat end end end