Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 399 Bytes

MRubyEngine

MRuby engine is a sandboxed scripting engine. It wraps mruby into a gem that can be included in any Ruby application.

Getting Started

If you work at Shopify

  1. dev clone mruby-engine
  2. dev up
  3. dev spec

If you don't work at Shopify

  1. git clone --recursive https://github.com/Shopify/mruby-engine
  2. bundle install
  3. bin/rake spec