Class: MultiTypograf::Adapters::Typography
- Inherits:
-
Object
- Object
- MultiTypograf::Adapters::Typography
- Defined in:
- lib/multi_typograf/adapters/typography.rb
Class Method Summary collapse
-
.min(text, options = {}) ⇒ Object
:nodoc:.
Class Method Details
.min(text, options = {}) ⇒ Object
:nodoc:
6 7 8 |
# File 'lib/multi_typograf/adapters/typography.rb', line 6 def self.min(text, ={}) #:nodoc: ::TypographyHelper::Core.new(text, ).typography end |