call-seq:
Slides.new( html )
Creates a new slides filter that will operate on the given html string.
23 24 25 26
# File 'lib/webby/filters/slides.rb', line 23 def initialize( str ) @str = str @open = false end