Skip to content

Commit

Permalink
Make Native inherit from BasicObject
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Aug 8, 2013
1 parent bcff6af commit 824ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corelib/native.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def Native(obj)
end
end

class Native
class Native < BasicObject
module Base
module Helpers
def alias_native(new, old)
Expand Down

0 comments on commit 824ced7

Please sign in to comment.