pane_cget_tkstring(pane, slot) Instance Public methods Alias for: panecget_tkstring
append_features(cl) Class Public methods
register_uri(uri, name) Class Public methods register uri against this name.
set(data, keys=nil) Class Public methods
configcolumnlist(lst) Instance Public methods Also aliased as: config_columnlist
xmldecl(version, encoding, standalone) Instance Public methods set instance vars for version, encoding, standalone
rowcget(tagOrId, option) Instance Public methods Alias for: row_cget
each_name(address, &proc) Instance Public methods Iterates over all hostnames for address retrieved from the hosts file.
updated(message) Instance Public methods Prints out the position relative to the total and the message.
ARGF.file â IO or File object Instance Public methods Returns the current file as an IO or File object. #<IO:<STDIN>> is returned when the current file is STDIN. For example: $ echo "foo" > foo $ echo "bar" > bar $ ruby argf.rb foo bar ARGF.file #=> #<File:foo> ARGF.read(5) #=> "foo\nb" ARGF.file #=> #<File:bar>
Page 380 of 2275