A minimal Ruby SDK for the Microsandbox project.
Add this line to your application's Gemfile:
gem 'microsandbox'And then execute:
bundle installOr install it yourself as:
gem install microsandboxrequire 'microsandbox'
# Print a greeting
Microsandbox.greet('World')