README.md
Rubybytes
=====================================
[![Build Status](https://travis-ci.org/jkeam/rubybytes.svg?branch=master)](https://travis-ci.org/jkeam/rubybytes) [![Dependency Status](https://gemnasium.com/badges/github.com/jkeam/rubybytes.svg)](https://gemnasium.com/github.com/jkeam/rubybytes) [![Code Climate](https://codeclimate.com/github/jkeam/rubybytes/badges/gpa.svg)](https://codeclimate.com/github/jkeam/rubybytes) [![Issue Count](https://codeclimate.com/github/jkeam/rubybytes/badges/issue_count.svg)](https://codeclimate.com/github/jkeam/rubybytes)
Welcome to Rubybytes, a disassembler for your ruby code. Inspired by a project by Matt Godbold called [GCC Explorer](https://github.com/mattgodbolt/gcc-explorer) and aimed at Ruby from a suggestion by [Pat Shaughnessy](http://patshaughnessy.net/).
Currently only targets MRI 2.3, MRI 2.2, and MRI 2.1.
The demo site can be found [here](http://rubybytes.io/).
## Development
### Running Locally
`heroku local`
### Running Tests
`rake test`