output

output(output = $output, &block) Class Public methods

get

get(win, name, klass) Class Public methods

asciicompat_encoding

Encoding::Converter.asciicompat_encoding(string) â encoding or nilEncoding::Converter.asciicompat_encoding(encoding) â encoding or nil Class Public methods Returns the corresponding ASCII compatible encoding. Returns nil if the argument is an ASCII compatible encoding. âcorresponding ASCII compatible encodingâ is an ASCII compatible encoding which can represents exactly the same characters as the given ASCII incompatible encoding. So, no conversion undefined error occurs when conv

handle_special_TIDYLINK

handle_special_TIDYLINK(special) Instance Public methods This special is a link where the label is different from the URL label[url] or {long label}[url]

source_encoding

ec.source_encoding â encoding Instance Public methods Returns the source encoding as an Encoding object.

unset

unset() Instance Public methods Also aliased as: destroy

becomes!

becomes!(klass) Instance Public methods Wrapper around becomes that also changes the instance's sti column value. This is especially useful if you want to persist the changed class in your database. Note: The old instance's sti column value will be changed too, as both objects share the same set of attributes.

version

version() Class Public methods Returns revision information for the erb.rb module.

each_name 2

each_name(address) Instance Public methods Iterates over all hostnames for address.

assert_routing

assert_routing(path, options, defaults={}, extras={}, message=nil) Instance Public methods Asserts that path and options match both ways; in other words, it verifies that path generates options and then that options generates path. This essentially combines assert_recognizes and assert_generates into one step. The extras hash allows you to specify options that would normally be provided as a query string to the action. The message parameter allows you to specify a custom error mess