module Mackarel

Constants

VERSION

Public Class Methods

config(&blk) click to toggle source
# File lib/mackarel.rb, line 13
def self.config(&blk)
  if blk
    Config.config(&blk)
  else
    Config
  end
end