diff options
-rw-r--r-- | lib/efl/ffi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ffi.rb b/lib/efl/ffi.rb index 0b7416e..281d7dd 100644 --- a/lib/efl/ffi.rb +++ b/lib/efl/ffi.rb @@ -105,7 +105,7 @@ module Efl return self.send m, *args, &block end end - raise NameError.new "#{self.class} is unable to resolve #{m} within #{self.class.proxy_list.inspect}" + Kernel.raise NameError.new "#{self.class.name} is unable to resolve #{m} within #{self.class.proxy_list.inspect}" end end end |