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