class Nanoc::TypoHero::Filter

Public Instance Methods

run(content, _params = {}) click to toggle source
# File lib/nanoc/typohero/filter.rb, line 10
def run(content, _params = {})
  ::TypoHero.enhance(content)
end