Class: MultiTypograf::Adapters::Typography

Inherits:
Object
  • Object
show all
Defined in:
lib/multi_typograf/adapters/typography.rb

Class Method Summary collapse

Class Method Details

.min(text, options = {}) ⇒ Object

:nodoc:



6
7
8
# File 'lib/multi_typograf/adapters/typography.rb', line 6

def self.min(text, options={}) #:nodoc:
  ::TypographyHelper::Core.new(text, options).typography
end