Runs the content through [RubyPants](chneukirchen.org/blog/static/projects/rubypants.html). This method takes no options.
@param [String] content The content to filter
@return [String] The filtered content
# File lib/nanoc3/filters/rubypants.rb, line 11 def run(content, params={}) require 'rubypants' # Get result ::RubyPants.new(content).to_html end
Generated with the Darkfish Rdoc Generator 2.