Class: Typekit::Processing::Converter::Unknown
- Inherits:
-
Object
- Object
- Typekit::Processing::Converter::Unknown
- Defined in:
- lib/typekit/processing/converter/unknown.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ Unknown
constructor
A new instance of Unknown.
- #process(response, object) ⇒ Object
Constructor Details
#initialize(name) ⇒ Unknown
5 6 |
# File 'lib/typekit/processing/converter/unknown.rb', line 5 def initialize(name) end |
Instance Method Details
#process(response, object) ⇒ Object
8 9 10 |
# File 'lib/typekit/processing/converter/unknown.rb', line 8 def process(response, object) object end |