class Opbeat::Normalizers::Normalizer

Attributes

config[R]

Public Class Methods

new(config) click to toggle source
# File lib/opbeat/normalizers.rb, line 10
def initialize config
  @config = config
end
register(name) click to toggle source
# File lib/opbeat/normalizers.rb, line 6
def self.register name
  Normalizers.register name, self
end