You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the SystemTimer gem is admittedly a hack (though a very useful and appreciated hack) to work around implementation issues for a limited subset of ruby implementations (ie: 1.8.x), it would be great if the gem could detect the current environment in which is it is running and only take effect when appropriate. This would would allow otherwise compatible gems to run successfully in other environments (ie: Ruby 1.9, jruby, etc..).
Since the SystemTimer gem is admittedly a hack (though a very useful and appreciated hack) to work around implementation issues for a limited subset of ruby implementations (ie: 1.8.x), it would be great if the gem could detect the current environment in which is it is running and only take effect when appropriate. This would would allow otherwise compatible gems to run successfully in other environments (ie: Ruby 1.9, jruby, etc..).
see also #10
The text was updated successfully, but these errors were encountered: