lib/bulldog/processor/one_shot.rb in bulldog-0.0.2 vs lib/bulldog/processor/one_shot.rb in bulldog-0.0.3

- old
+ new

@@ -4,12 +4,12 @@ def initialize(*args) super @styles = StyleSet.new end - def process(*args, &block) + def process(&block) @style = nil - process_style(*args, &block) + process_style(&block) end def output_file(style_name) nil end