noraw

noraw() Class Public methods Put the terminal out of raw mode. see ::raw for more detail

unset

unset(node) Instance Public methods

nesting

Module.nesting â array Class Public methods Returns the list of Modules nested at the point of call. module M1 module M2 $a = Module.nesting end end $a #=> [M1::M2, M1] $a[0].name #=> "M1::M2"

replace_chars

replace_chars(tag, first, last, str_or_coords) Instance Public methods Alias for: rchars

extents

extents(item) Instance Public methods BarElement_ID = ['blt_graph_bar'.freeze, TkUtil.untrust('00000')].freeze def bar(elem=nil, keys={}) if elem.kind_of?(Hash) keys = elem elem = nil end unless elem elem = BarElement_ID.join(TkCore::INTERP._ip_id_).freeze BarElement_ID[1].succ! end tk_send('bar', elem, keys) Element.new(self, elem, :without_creating=>true) end

public_key

dsa.public_key â aDSA Instance Public methods Returns a new DSA instance that carries just the public key information. If the current instance has also private key information, this will no longer be present in the new instance. This feature is helpful for publishing the public key information without leaking any of the private information. Example dsa = OpenSSL::PKey::DSA.new(2048) # has public and private information pub_key = dsa.public_key # has only the public part available

reset

reset() Instance Public methods

nodeTypeString

nodeTypeString() Instance Public methods BSTR nodeTypeString the type of node in string form

to_i

to_i Instance Public methods Returns the integer memory location of this pointer.

isvalid?

isvalid?() Instance Public methods Alias for: valid?