class MultiTypograf::Filter

Public Instance Methods

call() click to toggle source
# File lib/multi_typograf/filter.rb, line 6
def call
  MultiTypograf.process(@text, context[:typograf])
end