# File lib/nanoc/filters/rubypants.rb, line 14
    def run(content, params={})
      # Get result
      ::RubyPants.new(content).to_html
    end