Auto merge of #25463 - jeremyschlatter:master, r=alexcrichton

This commit is contained in:
bors 2015-05-16 22:29:56 +00:00
commit 2da9efefca

View file

@ -217,7 +217,7 @@ end
Hello.process
puts "done!
puts "done!"
```
Before we can run this, we need to install the `ffi` gem: