An open API service indexing awesome lists of open source software.

https://github.com/mateusmaso/timer-ruby

Simple timer object for start, stop, resume and pause
https://github.com/mateusmaso/timer-ruby

ruby timer

Last synced: about 1 year ago
JSON representation

Simple timer object for start, stop, resume and pause

Awesome Lists containing this project

README

          

timer-ruby
========

```ruby
timer = Timer.new
timer.start
timer.stop
timer.pause
timer.resume
timer.seconds
```