Class Webby::Filters::Cursor
In: lib/webby/filters.rb
Parent: Object

Instances of this class handle processing a set of filters for a given renderer and page. Note: The instance is passed as the second argument to filters

      that require two parameters and can be used to access
      information on the renderer, page, or filters being
      processed.

Methods

Attributes

filters  [R] 
page  [R] 
renderer  [R] 

Public Class methods

Public Instance methods

Process arguments through a single filter

The name of the current filter

The list of filters yet to be processed

[Validate]