# Microsandbox Ruby SDK
A minimal Ruby SDK for the Microsandbox project.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'microsandbox'
```
And then execute:
```bash
bundle install
```
Or install it yourself as:
```bash
gem install microsandbox
```
## Usage
```ruby
require 'microsandbox'
# Print a greeting
Microsandbox.greet('World')
```
## License
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)