Created
June 11, 2009 23:30
-
-
Save jdunphy/128310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-# the require for fastthread is run together on one line to avoid unimportant coverage analysis skip | |
-# | |
-begin; require 'fastthread'; rescue LoadError; puts "FastThread not installed - using default thread/mutex ha | |
+ | |
+begin | |
+ require 'fastthread' | |
+rescue LoadError | |
+ puts "FastThread not installed - using default thread/mutex hanlding" | |
+end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment