Ruby ERB::Util Functions

EditRocket provides the following information on ERB::Util functions in the Ruby source code builder.

h(s) - "Alias for #html_escape"

html_escape(s) - A utility method for escaping HTML tag characters in s.

u(s) - "Alias for #url_encode"

url_encode(s) - A utility method for encoding the String s as a URL.