module Typekit::Converter

Constants

MAPPING

Public Class Methods

build(name, *arguments) click to toggle source
# File lib/typekit/converter.rb, line 22
def self.build(name, *arguments)
  MAPPING[Record.identify(name) || name].new(name, *arguments)
end