Top Level Namespace

Defined in:

Constant Summary

TABLE_FOR_ESCAPE_HTML__ = {"&" => "&amp;", "\"" => "&quot;", "<" => "&lt;", ">" => "&gt;"}

Method Summary

Macro Summary

Method Detail

def every(time, &block) #

[View source]
def ruby_escapeHTML(string) #

[View source]
def ruby_unescapeHTML(string) #

[View source]

Macro Detail

macro include_constants(type) #

[View source]