Class: Transpath
- Inherits:
-
Middleman::Extension
- Object
- Middleman::Extension
- Transpath
- Defined in:
- lib/middleman-transpath/extension.rb
Overview
Extension namespace
Instance Method Summary collapse
-
#initialize(app, options_hash = {}, &block) ⇒ Transpath
constructor
A new instance of Transpath.
Constructor Details
#initialize(app, options_hash = {}, &block) ⇒ Transpath
Returns a new instance of Transpath.
9 10 11 |
# File 'lib/middleman-transpath/extension.rb', line 9 def initialize(app, ={}, &block) super end |