unpost() Instance Public methods
count(x,y) 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]]
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
new(dep) Class Public methods
to_feed(*args) Instance Public methods
password_confirmation=(unencrypted_password) Instance Public methods
assign_names(members) Instance Public methods Set the names of the members in this C struct
Page 211 of 2275