escapeElement

escapeElement(string, *elements) Class Public methods Escape only the tags of certain HTML elements in string. Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values). print CGI::escapeElement('<BR><A HREF="url"></A&g

get

get(*index) Instance Public methods

magnitude

magnitude() Instance Public methods Returns the modulus (Pythagorean distance) of the vector. Vector[5,8,2].r => 9.643650761 r norm

appendChild

appendChild(arg0) Instance Public methods IXMLDOMNode appendChild append a child node IXMLDOMNode arg0 --- newChild [IN]

column_type

column_type(name) Instance Public methods

inspect

inspect() Instance Public methods Returns debugging information about the value as a string of comma-separated values in angle brackets with a leading #: ::new(â1234.5678â).inspect -> â#<BigDecimal:b7ea1130,'0.12345678E4',8(12)>â The first part is the address, the second is the value as a string, and the final part ss(mm) is the current number of significant digits and the maximum number of significant digits, respectively.

unescapeHTML

unescapeHTML(string) Class Public methods Unescape a string that has been HTML-escaped CGI::unescapeHTML("Usage: foo &quot;bar&quot; &lt;baz&gt;") # => "Usage: foo \"bar\" <baz>"

[]=

[]=(field, value) Instance Public methods Sets the response header field to value

style

style(*args) Class Public methods

modules_hash

modules_hash() Instance Public methods Hash of all modules known to RDoc