selection_set

selection_set(first, last=None) Instance Public methods

public_directory

public_directory() Instance Public methods

onreadystatechange=

onreadystatechange=(arg0) Instance Public methods VOID onreadystatechange Register a complete event handler

replace_with

replace_with( child ) Instance Public methods Replaces this object with another object. Basically, calls REXML::Parent#replace_child Returns self

add_method

add_method(method) Instance Public methods Adds method if not already there. If it is (as method or attribute), updates the comment if it was empty.

iconify

iconify(win, ex = true) Class Public methods

private_instance_methods

mod.private_instance_methods(include_super=true) â array Instance Public methods Returns a list of the private instance methods defined in mod. If the optional parameter is not false, the methods of any ancestors are included. module Mod def method1() end private :method1 def method2() end end Mod.instance_methods #=> [:method2] Mod.private_instance_methods #=> [:method1]

gem_dir

gem_dir() Instance Public methods Returns the full path to this spec's gem directory. eg: /usr/local/lib/ruby/1.8/gems/mygem-1.0

latest_version_for

latest_version_for(name) Class Public methods Returns the version of the latest release-version of gem name

ungetc

ungetc(c) Instance Public methods Pushes character c back onto the stream such that a subsequent buffered character read will return it. Unlike IO#getc multiple bytes may be pushed back onto the stream. Has no effect on unbuffered reads (such as sysread).