Sha256: 31de04c7545fcd33de1bd72e02a9de3746480cb89b189afb09144f9ce16e2701

Contents?: true

Size: 461 Bytes

Versions: 29

Compression:

Stored size: 461 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

29 entries across 29 versions & 1 rubygems

Version Path
awestruct-0.6.7 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.6 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.5 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.4 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.0 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.0.RC1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.0.alpha4 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.0.alpha3 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.6.0.alpha1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.7 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.7.RC2 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.7.RC1 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.6 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.6.beta9 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.6.beta8 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.6.beta7 lib/awestruct/handlers/no_op_handler.rb
awestruct-0.5.6.beta6 lib/awestruct/handlers/no_op_handler.rb