insert(idx, keys={}) Instance Public methods
get_methods(obj, delim=".") Instance Public methods
time + numeric â time Instance Public methods Addition â Adds some number of seconds (possibly fractional) to time and returns that value as a new Time object. t = Time.now #=> 2007-11-19 08:22:21 -0600 t + (60 * 60 * 24) #=> 2007-11-20 08:22:21 -0600
sdbm.update(pairs) â self Instance Public methods Insert or update key-value pairs. This method will work with any object which implements an #each_pair method, such as a Hash.
_get_global_var(var_name) Instance Public methods
[]=( index, element ) Instance Public methods Sets an element, replacing any previous matching element. If no existing element is found ,the element is added. index Used to find a matching element to replace. See [](). element The element to replace the existing element with the previous element Returns nil if no previous element was found. doc = Document.new '<a/>' doc.root.elements[10] = Element.new('b') #-> <a><b/></a> doc.root.elements
space_before() Instance Public methods This string is used to insert a space before the ':' in JSON objects.
bind_append(seq, *args) Instance Public methods def #bind_append(seq, cmd=Proc.new, *args) @c.itembind_append(@id, seq, cmd, *args) self end
get_on_display(win, keys=nil) Class Public methods
updated=(date) Instance Public methods
Page 354 of 2275