Fix quotation mark in ruby example.

This commit is contained in:
Jeremy Schlatter 2015-05-15 16:08:15 -07:00
parent a9ea33fa30
commit 3709e8f92b

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: