self
Timer::Dummy - Dummy Timer (i.e. no real time limit)
# File lib/supplemental/facets/timer.rb, line 192 def start if block_given? then yield else time_limit() end end
# File lib/supplemental/facets/timer.rb, line 200 def stop false end