class Middleman::TemplateContext
def initialize(app, locs={}, opts={})
-
opts
(Hash
) -- -
locs
(Hash
) -- -
app
(Middleman::Application
) --
def initialize(app, locs={}, opts={}) @app = app @locs = locs @opts = opts end
opts
(Hash
)
--
locs
(Hash
)
--
app
(Middleman::Application
)
--
def initialize(app, locs={}, opts={}) @app = app @locs = locs @opts = opts end