console_size() Class Public methods
dragimage_visible?() Instance Public methods
__itemconfiginfo_core(tagOrId, slot = nil) Instance Public methods
tagcget(tagOrId, option) Instance Public methods Also aliased as: tag_cget
next_week(given_day_in_next_week = Date.beginning_of_week) Instance Public methods Returns a new date/time representing the given day in the next week. The given_day_in_next_week defaults to the beginning of the week which is determined by Date.beginning_of_week or config.beginning_of_week when set. DateTime objects have their time set to 0:00.
cget_tkstring(option) Instance Public methods
fix.to_s(base=10) â string Instance Public methods Returns a string containing the representation of fix radix base (between 2 and 36). 12345.to_s #=> "12345" 12345.to_s(2) #=> "11000000111001" 12345.to_s(8) #=> "30071" 12345.to_s(10) #=> "12345" 12345.to_s(16) #=> "3039" 12345.to_s(36) #=> "9ix" inspect
attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes
wait(on_thread = true, check_root = false) Instance Public methods
connection_for(uri) Instance Public methods Creates or an HTTP connection based on uri, or retrieves an existing connection, using a proxy if needed.
Page 659 of 2275