class Enzymator::Transformations::Functor::Mapping

Protected Instance Methods

interpreted(config) click to toggle source
# File lib/enzymator/transformations/functor/mapping.rb, line 12
def interpreted(config)
  config.merge({ map: config[:map] || config[:mapping] })
end
transformer_class() click to toggle source
# File lib/enzymator/transformations/functor/mapping.rb, line 8
def transformer_class
  Enzymator::Transformers::Functor::SimpleMapper
end