class Rackprof::Observer

Attributes

connection[R]

Public Class Methods

new(connection) click to toggle source
# File lib/rackprof/observer.rb, line 5
def initialize(connection)
  @connection = connection
end