Revision
1493
Author
lsansonetti@apple.com
Date
2009-04-26 18:01:38 -0700 (Sun, 26 Apr 2009)

Log Message

added an empty ffi.rb file

Added Paths

Diff

Added: MacRuby/branches/experimental/lib/ffi.rb (0 => 1493)


--- MacRuby/branches/experimental/lib/ffi.rb	                        (rev 0)
+++ MacRuby/branches/experimental/lib/ffi.rb	2009-04-27 01:01:38 UTC (rev 1493)
@@ -0,0 +1,2 @@
+# The FFI Ruby API is implemented in MacRuby core, this file exists for compatibility with the others
+# Ruby implementations.