Module

RSS::Utils

Inheritance

Classes & Modules

Methods

Instance

Visibility Signature
public element_initialize_arguments? (args)
public get_file_and_line_from_caller (i=0)
public h (s)
public html_escape (s)
public new_with_value_if_need (klass, value)
public to_class_name (name)

Instance Method Detail

element_initialize_arguments?(args)

get_file_and_line_from_caller(i=0)

h(s)

Alias for html_escape

html_escape(s)

escape ’&’, ’"’, ’<’ and ’>’ for use in HTML.

new_with_value_if_need(klass, value)

If value is an instance of class klass, return it, else create a new instance of klass with value value.

to_class_name(name)

Convert a name_with_underscores to CamelCase.