Sha256: 3e0b7db41c1062f6b111444f90b6cd6f87576cbfdc4a20466d8ef230b8bf9137

Contents?: true

Size: 312 Bytes

Versions: 14

Compression:

Stored size: 312 Bytes

Contents

module Bulldog
  module Processor
    class OneShot < Base
      def initialize(*args)
        super
        @styles = StyleSet.new
      end

      def process(*args, &block)
        @style = nil
        process_style(&block)
      end

      def output_file(style_name)
        nil
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bulldog-0.2.4 lib/bulldog/processor/one_shot.rb
bulldog-0.2.3 lib/bulldog/processor/one_shot.rb
bulldog-0.2.2 lib/bulldog/processor/one_shot.rb
bulldog-0.2.1 lib/bulldog/processor/one_shot.rb
bulldog-0.2.0 lib/bulldog/processor/one_shot.rb
bulldog-0.1.1 lib/bulldog/processor/one_shot.rb
bulldog-0.1.0 lib/bulldog/processor/one_shot.rb
bulldog-0.0.15 lib/bulldog/processor/one_shot.rb
bulldog-0.0.14 lib/bulldog/processor/one_shot.rb
bulldog-0.0.13 lib/bulldog/processor/one_shot.rb
bulldog-0.0.12 lib/bulldog/processor/one_shot.rb
bulldog-0.0.11 lib/bulldog/processor/one_shot.rb
bulldog-0.0.10 lib/bulldog/processor/one_shot.rb
bulldog-0.0.9 lib/bulldog/processor/one_shot.rb