Module: Zafu::TestHelper
- Includes:
- RubyLess::SafeClass
- Defined in:
- lib/zafu/test_helper.rb
Instance Method Summary collapse
- #compilation_context ⇒ Object
- #zafu_erb(source, src_helper = self, compiler = Zafu::Compiler) ⇒ Object
- #zafu_render(source, src_helper = self, compiler = Zafu::Compiler) ⇒ Object
Instance Method Details
#compilation_context ⇒ Object
15 16 17 |
# File 'lib/zafu/test_helper.rb', line 15 def compilation_context {:node => @node_context, :helper => self} end |