Class: Hyde::ProcessorContext
- Inherits:
-
Object
- Object
- Hyde::ProcessorContext
- Includes:
- DSL::CommonMethods
- Defined in:
- lib/hyde/path.rb
Overview
Execution context for filters and preprocessors.
Instance Method Summary collapse
-
#initialize(path) ⇒ ProcessorContext
constructor
A new instance of ProcessorContext.
Methods included from DSL::CommonMethods
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 |