@api private
# File lib/temple/mixins/dispatcher.rb, line 33 def on_block(code, content) [:block, code, compile(content)] end
# File lib/temple/mixins/dispatcher.rb, line 29 def on_case(arg, *cases) [:case, arg, *cases.map {|condition, exp| [condition, compile(exp)] }] end
Generated with the Darkfish Rdoc Generator 2.