Module: DhEasy::Core::Plugin::ParserBehavior
- Includes:
- ExecutorBehavior
- Included in:
- Parser
- Defined in:
- lib/dh_easy/core/plugin/parser_behavior.rb
Instance Attribute Summary
Attributes included from ContextIntegrator
Instance Method Summary collapse
-
#vars ⇒ Object
Alias to ‘page`.
Methods included from ExecutorBehavior
Methods included from ContextIntegrator
#initialize_hook_core_context_integrator, #mock_context
Instance Method Details
#vars ⇒ Object
Note:
Instance must implement:
-
‘page`
Alias to ‘page`.
11 12 13 |
# File 'lib/dh_easy/core/plugin/parser_behavior.rb', line 11 def vars page['vars'] end |