Sha256: f17f05323955c050d3e90cff585e33e4ce839dc9e3f602f46047c9bdb8e141e6
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
module Typekit module Converter class Element def initialize(*arguments) @arguments = arguments end def process(result, attributes) Typekit::Element.build(*@arguments, attributes) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
typekit-client-0.0.6 | lib/typekit/converter/element.rb |