init_tags() Instance Public methods Maps attributes to HTML sequences
notify_bind(obj, event, *args) Instance Public methods def #notify_bind(obj, event, cmd=Proc.new, *args) _bind([@path, 'notify', 'bind', obj], event, cmd, *args) self end
clear() Instance Public methods Removes all elements and returns self.
delete(*items) Instance Public methods
foo.send(symbol [, args...]) â objfoo.__send__(symbol [, args...]) â obj Instance Public methods Invokes the method identified by symbol, passing it any arguments specified. You can use __send__ if the name send clashes with an existing method in obj. class Klass def hello(*args) "Hello " + args.join(' ') end end k = Klass.new k.send :hello, "gentle", "readers" #=> "Hello gentle readers"
selection_get() Instance Public methods
epath() Instance Public methods
ENV.assoc(name) â Array or nil Class Public methods Returns an Array of the name and value of the environment variable with name or nil if the name cannot be found.
stack(xs) Instance Public methods
between?(min, max) Instance Public methods Returns true if the current object's time is within the specified min and max time.
Page 242 of 2275