class Enzymator::Transformers::Base

Public Class Methods

new(config) click to toggle source
# File lib/enzymator/transformers/base.rb, line 5
def initialize(config)
  @config = config
end