module Dashing::Newrelic

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

config() click to toggle source
# File lib/dashing/newrelic.rb, line 9
def config
  self.configuration ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/dashing/newrelic.rb, line 13
def configure
  yield config if block_given?
end