A chrome devtools extension that provides a repl interface for programming Ruby right from within the browser.
This is a chrome devtools extension and as such it is hosted on the chrome web store. You can install it in your browser by following this link
After installing the extension, a new panel will be added to your chrome devtools page when launched (the panel will be named Irb). Click on this panel and you are all set to start programming Ruby in the browser.
Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Opal - Ruby to JavaScript source to source compiler
- Codemirror - Text editor for the browser