Namespace

Methods

Class Index [+]

Quicksearch

Ramaze::View::Tagz

Public Class Methods

call(action, string) click to toggle source
    # File lib/ramaze/view/tagz.rb, line 8
 8:       def self.call(action, string)
 9:         return string, 'text/html' unless action.view
10: 
11:         markup = "tagz{#{string}}"
12:         action.instance.extend(Ramaze::View::Tagz::Methods)
13:         binding = action.binding
14: 
15:         html = eval(markup, binding, action.view)
16: 
17:         return html, 'text/html'
18:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.