Class: ExpressTemplates::Components::NullWrap

Inherits:
Container show all
Defined in:
lib/express_templates/components/null_wrap.rb

Instance Attribute Summary

Attributes inherited from Expander

#handlers, #locals, #stack

Instance Method Summary collapse

Methods included from Capabilities::Parenting

included

Methods inherited from Base

inherited

Methods included from Capabilities::Iterating

included

Methods included from Capabilities::Wrapping

included

Methods included from Capabilities::Rendering

included

Methods included from Capabilities::Templating

included

Methods included from Macro

included

Methods inherited from Expander

#expand, #initialize, #initialize_expander, #method_missing, #process_children!, register_macros_for

Constructor Details

This class inherits a constructor from ExpressTemplates::Expander

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ExpressTemplates::Expander

Instance Method Details

#compileObject



4
5
6
# File 'lib/express_templates/components/null_wrap.rb', line 4

def compile
  compile_children
end