class TextFilterPlugin::PostProcess

Public Class Methods

filter_type() click to toggle source
# File lib/text_filter_plugin.rb, line 101
def self.filter_type
  "postprocess"
end