Runs the content through [Rainpress](code.google.com/p/rainpress/). Parameters passed to this filter will be passed on to Rainpress.
@param [String] content The content to filter
@return [String] The filtered content
# File lib/nanoc3/filters/rainpress.rb, line 11 def run(content, params={}) require 'rainpress' ::Rainpress.compress(content, params) end
Generated with the Darkfish Rdoc Generator 2.