Module: Temple::Mixins::CompiledDispatcher Private
- Included in:
- Dispatcher
- Defined in:
- lib/temple/mixins/dispatcher.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary (collapse)
- - (Object) call(exp) private
- - (Object) compile(exp) private
Instance Method Details
- (Object) call(exp)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
44 45 46 |
# File 'lib/temple/mixins/dispatcher.rb', line 44 def call(exp) compile(exp) end |
- (Object) compile(exp)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
48 49 50 |
# File 'lib/temple/mixins/dispatcher.rb', line 48 def compile(exp) dispatcher(exp) end |