Module: Temple::Mixins::CompiledDispatcher Private

Included in:
Generator, 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.

Defined Under Namespace

Classes: DispatchNode

Instance Method Summary collapse

Instance Method Details

#call(exp) ⇒ Object

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.



45
46
47
# File 'lib/temple/mixins/dispatcher.rb', line 45

def call(exp)
  compile(exp)
end

#compile(exp) ⇒ Object

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.



49
50
51
# File 'lib/temple/mixins/dispatcher.rb', line 49

def compile(exp)
  dispatcher(exp)
end