sensu-plugins / sensu-plugin

A framework for writing Sensu plugins & handlers with Ruby.
http://sensuapp.org
MIT License
126 stars 117 forks source link

Use Timeout.timeout not deprecated Object#timeout. #117

Closed ab closed 8 years ago

ab commented 8 years ago

Starting with Ruby 2.3.0, the use of Object#timeout prints a deprecation warning:

Object#timeout is deprecated, use Timeout.timeout instead
eheydrick commented 8 years ago

Thanks!