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.4.2.x8 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x7 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x6 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x5 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x4 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.4.2.x1 lib/awestruct/handlers/no_op_handler.rb
awestructx-0.4.1.x1 lib/awestruct/handlers/no_op_handler.rb
awestructx-0.4.1 lib/awestruct/handlers/no_op_handler.rb
awestructx-0.4.0 lib/awestruct/handlers/no_op_handler.rb