Class: MultiTypograf::Adapters::Typograf
- Inherits:
-
Object
- Object
- MultiTypograf::Adapters::Typograf
- Defined in:
- lib/multi_typograf/adapters/typograf.rb
Constant Summary collapse
- Error =
::Typograf::NetworkError
Class Method Summary collapse
Class Method Details
.process(text, options = {}) ⇒ Object
:nodoc:
8 9 10 |
# File 'lib/multi_typograf/adapters/typograf.rb', line 8 def self.process(text, ={}) #:nodoc: ::Typograf.process(text, ) end |