1 2 3 4 5 6 7 8 9 10 11 12 |
diff --git a/kernel/common/native_method.rb b/kernel/common/native_method.rb index 438e47e..2e9c47f 100644 --- a/kernel/common/native_method.rb +++ b/kernel/common/native_method.rb @@ -26,6 +26,8 @@ module Rubinius if e.message =~ some_mri_globals raise LoadError::MRIExtensionError, "Extension compiled for MRI - " + else + raise e end end |

