Skip to content

Instantly share code, notes, and snippets.

@rue
Created October 10, 2008 21:11
Show Gist options
  • Select an option

  • Save rue/16160 to your computer and use it in GitHub Desktop.

Select an option

Save rue/16160 to your computer and use it in GitHub Desktop.
diff --git a/kernel/common/native_method.rb b/kernel/common/native_method.rb
index dfdc249..848a3cf 100644
--- a/kernel/common/native_method.rb
+++ b/kernel/common/native_method.rb
@@ -30,7 +30,6 @@ class NativeMethod < Executable
#
def self.load_entry_point(library_path, name)
Ruby.primitive :nativemethod_load_extension_entry_point
- raise PrimitiveFailure, "Unable to load #{name} in #{library_path}!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment