Skip to content

Commit

Permalink
Only make Rubinius FFI available via require.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Jan 8, 2013
1 parent 9a748d0 commit dccb36a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions kernel/delta/ffi.rb
Expand Up @@ -20,6 +20,3 @@ class InlineArray

end
end

# Temporarily still map the global FFI constant
FFI = Rubinius::FFI
5 changes: 0 additions & 5 deletions lib/ffi.rb

This file was deleted.

2 changes: 2 additions & 0 deletions lib/rubinius/ffi.rb
@@ -0,0 +1,2 @@
# Map the global FFI constant to Rubinius internal FFI
FFI = Rubinius::FFI

0 comments on commit dccb36a

Please sign in to comment.