*(x) Instance Public methods Multiplies the vector by x, where x is a number or another vector.
sockopt.level => integer Instance Public methods returns the socket level as an integer. p Socket::Option.new(:INET6, :IPV6, :RECVPKTINFO, [1].pack("i!")).level #=> 41
cmp.conj â complexcmp.conjugate â complex Instance Public methods Returns the complex conjugate. Complex(1, 2).conjugate #=> (1-2i)
selection_anchor(idx) Instance Public methods
exist?(win) Class Public methods
type2class(type) Class Public methods
new(workspace = nil, input_method = nil, output_method = nil) Class Public methods Creates a new irb session
__current_itemconfiginfo(container, *args) Class Public methods Alias for: current_itemconfiginfo
mutex.sleep(timeout = nil) â number Instance Public methods Releases the lock and sleeps timeout seconds if it is given and non-nil or forever. Raises ThreadError if mutex wasn't locked by the current thread. Note that this method can wakeup without explicit Thread#wakeup call. For example, receiving signal and so on.
pathname.taint â obj Instance Public methods Taints this Pathname. See Object#taint.
Page 723 of 2275