module Dozer

Constants

VERSION

Public Class Methods

map(hash, mapper, options={}) click to toggle source

transform the data from one schema to another schema.

# File lib/dozer.rb, line 11
def self.map(hash, mapper, options={})
  mapper.transform(hash)
end