spec

spec() Instance Public methods The specification for this gem

ip_address

addrinfo.ip_address => string Instance Public methods Returns the IP address as a string. Addrinfo.tcp("127.0.0.1", 80).ip_address #=> "127.0.0.1" Addrinfo.tcp("::1", 80).ip_address #=> "::1"

tag_cget_strict

tag_cget_strict(tagOrId, option) Instance Public methods Alias for: tagcget_strict

_unset_variable2 2

_unset_variable2(var, idx, flag) Instance Public methods

dnd_bindsource

dnd_bindsource(type, *args) Instance Public methods def #dnd_bindsource(type, cmd=Proc.new, prior=None) tk_call('dnd', 'bindsource', @path, type, cmd, prior) self end

method

obj.method(sym) â method Instance Public methods Looks up the named method as a receiver in obj, returning a Method object (or raising NameError). The Method object acts as a closure in obj's object instance, so instance variables and the value of self remain available. class Demo def initialize(n) @iv = n end def hello() "Hello, @iv = #{@iv}" end end k = Demo.new(99) m = k.method(:hello) m.call #=> "Hello, @iv = 99" l = Demo.new('Fred') m = l.method("hel

iconphoto 2

iconphoto(*imgs) Instance Public methods Also aliased as: wm_iconphoto

bar_bind_append

bar_bind_append(tag, context, *args) Instance Public methods

new_slave

new_slave(safe=nil, keys={}, &blk) Class Public methods Also aliased as: new_trusted_slave

columns_per_multicolumn_index

columns_per_multicolumn_index() Instance Public methods Returns the maximum number of columns in a multicolumn index.