Ruby RSS::Utils Functions

EditRocket provides the following information on RSS::Utils functions in the Ruby source code builder.

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.