Class: Hyde::ProcessorContext

Inherits:
Object
  • Object
show all
Includes:
DSL::CommonMethods
Defined in:
lib/hyde/path.rb

Overview

Execution context for filters and preprocessors.

Instance Method Summary collapse

Methods included from DSL::CommonMethods

#bounce, #die

Constructor Details

#initialize(path) ⇒ ProcessorContext

Returns a new instance of ProcessorContext.



15
16
17
# File 'lib/hyde/path.rb', line 15

def initialize(path)
  @origin = path
end