Sha256: 0b24d98db4797a9db16d7a2a82c32138612f63b9dd1c76ce48018cf611d59139

Contents?: true

Size: 462 Bytes

Versions: 31

Compression:

Stored size: 462 Bytes

Contents

require 'awestruct/handlers/base_handler'

module Awestruct
  module Handlers
    class NoOpHandler < BaseHandler

      def initialize(site)
        super( site )
      end

      def output_filename
        nil
      end

      def relative_source_path
        nil
      end

      def stale?
        false
      end

      def raw_content
        nil
      end

      def rendered_content(context, with_layouts=true)
        nil
      end

    end
  end
end

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
awestruct-0.5.4.rc3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.4.rc2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.4.rc lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.4.beta1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.2.1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.1a lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.0 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.0.cr lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.8 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.7 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.6 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.5 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.4 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x10 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x9 lib/awestruct/handlers/no_op_handler.rb