Skip to content

Shopify/mruby-engine

Repository files navigation

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