module Temple::Mixins::CompiledDispatcher

@api private

Public Instance Methods

call(exp) click to toggle source
# File lib/temple/mixins/dispatcher.rb, line 44
def call(exp)
  compile(exp)
end
compile(exp) click to toggle source
# File lib/temple/mixins/dispatcher.rb, line 48
def compile(exp)
  dispatcher(exp)
end