alias_method_chain

alias_method_chain(target, feature) Instance Public methods Encapsulates the common pattern of: alias_method :foo_without_feature, :foo alias_method :foo, :foo_with_feature With this, you simply do: alias_method_chain :foo, :feature And both aliases are set up for you. Query and bang methods (foo?, foo!) keep the same punctuation: alias_method_chain :foo?, :feature is equivalent to alias_method :foo_without_feature?, :foo? alias_method :foo?, :foo_with_feature? so you can safel

new

new(user = nil, domain = nil, password = nil) Class Public methods

floor_fg2

floor_fg2(w,color) Instance Public methods #floor_fg2 â This method represents part of the floorplan database. When invoked, it instantiates the foreground information for the second floor (office outlines and numbers). Arguments: w - The canvas window. color - Color to use for drawing foreground information.

eof

eof() Instance Public methods Returns true or false whether the stream has reached the end.

initialize_copy

ary.replace(other_ary) â ary Instance Public methods Replaces the contents of self with the contents of other_ary, truncating or expanding if necessary. a = [ "a", "b", "c", "d", "e" ] a.replace([ "x", "y", "z" ]) #=> ["x", "y", "z"] a #=> ["x", "y", "z"]

demoExplorerList

demoExplorerList(t) Instance Public methods Tree is vertical, wrapping occurs at bottom of window, each range has the same width (as wide as the longest item), xscrollincrement is by range

to_s

to_s() Instance Public methods Alias for: inspect

encoding_convert_to 2

encoding_convert_to(str, enc=None) Instance Public methods Alias for: encoding_convertto

firstChild

firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node

merge_rects

merge_rects(*rects_list) Class Public methods