Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Microsandbox Ruby SDK

A minimal Ruby SDK for the Microsandbox project.

Installation

Add this line to your application's Gemfile:

gem 'microsandbox'

And then execute:

bundle install

Or install it yourself as:

gem install microsandbox

Usage

require 'microsandbox'

# Print a greeting
Microsandbox.greet('World')

License

Apache 2.0