TODO: Timer::Dummy needs some work. ++
193 194 195 196 197 198 199
# File 'lib/standard/facets/timer.rb', line 193 def start if block_given? then yield else time_limit() end end
201 202 203
# File 'lib/standard/facets/timer.rb', line 201 def stop false end