Class: Landline::ProcessorContext
- Inherits:
-
Object
- Object
- Landline::ProcessorContext
- Includes:
- DSL::CommonMethods
- Defined in:
- lib/landline/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
15 16 17 |
# File 'lib/landline/path.rb', line 15 def initialize(path) @origin = path end |