iconphoto_default(win, *imgs) Class Public methods
pretty_print_inspect() Instance Public methods Is inspect implementation using pretty_print. If you implement pretty_print, it can be used as follows. alias inspect pretty_print_inspect However, doing this requires that every class that inspect is called on implement pretty_print, or a RuntimeError will be raised.
deep_dup() Instance Public methods Returns a deep copy of hash. hash = { a: { b: 'b' } } dup = hash.deep_dup dup[:a][:c] = 'c' hash[:a][:c] # => nil dup[:a][:c] # => "c"
create_cert_self_signed(subject, key, age = ONE_YEAR, extensions = EXTENSIONS, serial = 1) Class Public methods Creates a self-signed certificate with an issuer and subject of subject and the given extensions for the key.
nodeTypedValue=(arg0) Instance Public methods VOID nodeTypedValue get the strongly typed value of the node
add_to(array, thing) Instance Public methods Adds thing to the collection array
body=(str) Instance Public methods
disconnected?() Instance Public methods Returns true if disconnected from the server.
html_list_name(list_type, open_tag) Instance Public methods In snippets, there are no lists
d.thursday? â bool Instance Public methods Returns true if the date is Thursday.
Page 646 of 2275