Package gomruby embeds mruby (mini Ruby) VM into Go.
It's slightly more than just go get:
go get -d github.com/AlekSi/gomruby
cd $GOPATH/src/github.com/AlekSi/gomruby
make
mruby is built statically, use gomruby as typical Go package.

