# File lib/html/pipeline/textile_filter.rb, line 18
      def call
        RedCloth.new(@text).to_html
      end