disable_extension(name) Instance Public methods This is meant to be implemented by the adapters that support extensions
restore_overwrite(node, str, keys={}) Instance Public methods
element_bind_remove(tag, context) Instance Public methods
span_list() Instance Public methods Alias for: spans
unpost() Instance Public methods
enum.to_a â array Instance Public methods Returns an array containing the items in enum. (1..7).to_a #=> [1, 2, 3, 4, 5, 6, 7] { 'a'=>1, 'b'=>2, 'c'=>3 }.to_a #=> [["a", 1], ["b", 2], ["c", 3]]
count(x,y) Instance Public methods
Raise(err = nil, *rest) Instance Public methods Fail(err, *rest) err: exception rest: message arguments Fail fail
base(href = "") Instance Public methods Generate a Document Base URI element as a String. href can either by a string, giving the base URL for the HREF attribute, or it can be a has of the element's attributes. The passed-in no-argument block is ignored. base("http://www.example.com/cgi") # => "<BASE HREF=\"http://www.example.com/cgi\">"
dir.pos â integer Instance Public methods Returns the current position in dir. See also Dir#seek. d = Dir.new("testdir") d.tell #=> 0 d.read #=> "." d.tell #=> 12
Page 211 of 2275