add_html(tag, name) Instance Public methods Adds a markup class with name for words surrounded by HTML tag tag. To process emphasis tags: am.add_html 'em', :EM
wm_maxsize(*args) Instance Public methods Alias for: maxsize
init_tags() Instance Public methods Maps attributes to ANSI sequences
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
Page 242 of 2275