Skip to content

Instantly share code, notes, and snippets.

@jdunphy
Created June 11, 2009 23:30
Show Gist options
  • Save jdunphy/128310 to your computer and use it in GitHub Desktop.
Save jdunphy/128310 to your computer and use it in GitHub Desktop.
-# 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