module Helpers
Add custom functions to this module that you want to use in your Slim templates. Within the template you must namespace the function (unless someone can show me how to include them in the evaluation context). You can change the namespace to whatever you want.
Add custom functions to this module that you want to use in your Slim templates. Within the template you must namespace the function (unless someone can show me how to include them in the evaluation context). You can change the namespace to whatever you want.
Add custom functions to this module that you want to use in your Slim templates. Within the template you must namespace the function (unless someone can show me how to include them in the evaluation context). You can change the namespace to whatever you want.
Add custom functions to this module that you want to use in your Slim templates. Within the template you must namespace the function (unless someone can show me how to include them in the evaluation context). You can change the namespace to whatever you want.
Add custom functions to this module that you want to use in your Slim templates. Within the template you must namespace the function (unless someone can show me how to include them in the evaluation context). You can change the namespace to whatever you want.
Public Class Methods
# File lib/resources/backends/slim/docbook45/helpers.rb, line 6 def self.capture_output(*args, &block) Proc.new { block.call(*args) } end