class Rack::Logjam::Filters::Base
Attributes
content[R]
filters[R]
Public Class Methods
new( content, filters )
click to toggle source
# File lib/rack/logjam/filters/base.rb, line 6 def initialize( content, filters ) @content = content @filters = filters end
Public Instance Methods
render()
click to toggle source
# File lib/rack/logjam/filters/base.rb, line 11 def render raise NotImplementedError end