theme_names() Class Public methods
has_unit_tests?() Instance Public methods True if this gem has files in #test_files
column_bbox(idx) Instance Public methods
thr.priority= integer â thr Instance Public methods Sets the priority of thr to integer. Higher-priority threads will run more frequently than lower-priority threads (but lower-priority threads can also run). This is just hint for Ruby thread scheduler. It may be ignored on some platform. count1 = count2 = 0 a = Thread.new do loop { count1 += 1 } end a.priority = -1 b = Thread.new do loop { count2 += 1 } end b.priority = -2 sleep 1 #=> 1 count1 #=&g
issuer_of(certificate) Instance Public methods Returns the issuer certificate of the given certificate if it exists in the trust directory.
color_set(col) Instance Public methods Sets the current color of the given window to the foreground/background combination described by the Fixnum col.
_create_intro() Instance Public methods
rdoc_options() Instance Public methods Specifies the rdoc options to be used when generating API documentation. Usage: spec.rdoc_options << '--title' << 'Rake -- Ruby Make' << '--main' << 'README' << '--line-numbers'
set_start_proc(sleep=nil, init_proc=nil, *init_args, &b) Instance Public methods
__destroy_hook__() Instance Public methods
Page 275 of 2275