Created
October 10, 2008 21:11
-
-
Save rue/16160 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
| 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