add_specific_extra_args(cmd,args) Class Public methods Add a list of extra arguments for the given command. args may be an array or a string to be split on white space.
clear() Instance Public methods
==( other ) Instance Public methods
__validation_class_list() Instance Public methods
metrics_hash(option=nil) Instance Public methods
close() Instance Public methods Closes the stream. All operations on the closed stream will raise an exception.
matched?() Instance Public methods Returns true iff the last match was successful. s = StringScanner.new('test string') s.match?(/\w+/) # => 4 s.matched? # => true s.match?(/\d+/) # => nil s.matched? # => false
tagid(tagOrId) Instance Public methods
create(canvas, *args) Class Public methods
GC::Profiler.clear â nil Class Public methods Clears the GC profiler data.
Page 1698 of 2275