stackorder_isabove 2

stackorder_isabove(target) Instance Public methods Also aliased as: stackorder_is_above, wm_stackorder_isabove, wm_stackorder_is_above

drag_motion

drag_motion(w, x, y) Instance Public methods

numcolumns

numcolumns() Instance Public methods Also aliased as: num_columns, columns_size

textbind_append

textbind_append(context, *args) Instance Public methods def #textbind_append(*args) _bind_append_for_event_class(Event_for_Items, [path, 'bindText'], *args) self end

finish_resolve

finish_resolve(request_set=Gem::RequestSet.new) Class Public methods

dialog

dialog(keys={}) Instance Public methods

eof?

ios.eof? â true or false Instance Public methods Returns true if ios is at end of file that means there are no more data to read. The stream must be opened for reading or an IOError will be raised. f = File.new("testfile") dummy = f.readlines f.eof #=> true If ios is a stream such as pipe or socket, IO#eof? blocks until the other end sends some data or closes it. r, w = IO.pipe Thread.new { sleep 1; w.close } r.eof? #=> true after 1 second blocking r, w = IO.pipe Thre

platforms=

platforms=(platforms) Class Public methods Set array of platforms this RubyGems supports (primarily for testing).

do_nothing

do_nothing(markup_item) Instance Public methods Does nothing to markup_item because it doesn't have any user-built content accept_blank_line accept_heading accept_list_item_end accept_raw accept_rule accept_verbatim

_httpdate

Date._httpdate(string) â hash Class Public methods Returns a hash of parsed elements.