summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-07-09 13:35:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-07-09 13:35:57 -0700
commit79921599e7ba0f150f4cd093d626eea49831d8dc (patch)
treec18acfc3c9975b9a9bbf1029f7c6f39814bdf6d8 /ext
parentd6e5fa74de5b13abc6c60a95b83acc8eb8d3ed05 (diff)
downloadffi-yajl-79921599e7ba0f150f4cd093d626eea49831d8dc.tar.gz
eliminate Rescue Exception
Diffstat (limited to 'ext')
-rw-r--r--ext/ffi_yajl/ext/dlopen/extconf.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffi_yajl/ext/dlopen/extconf.rb b/ext/ffi_yajl/ext/dlopen/extconf.rb
index 7e18469..f35d0cb 100644
--- a/ext/ffi_yajl/ext/dlopen/extconf.rb
+++ b/ext/ffi_yajl/ext/dlopen/extconf.rb
@@ -1,3 +1,4 @@
+# rubocop:disable Style/GlobalVars
require 'mkmf'
require 'rubygems'