Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iguchi1124/irb_remote
Connect to IRB remotely
https://github.com/iguchi1124/irb_remote
Last synced: 17 days ago
JSON representation
Connect to IRB remotely
- Host: GitHub
- URL: https://github.com/iguchi1124/irb_remote
- Owner: iguchi1124
- License: mit
- Created: 2018-08-06T09:30:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T17:36:25.000Z (about 6 years ago)
- Last Synced: 2024-04-25T12:21:47.299Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IRBRemote
A way to start IRB remotely and to connect to it using DRb.
This allows to access the state of the running program from anywhere.Inspired by [pry-remote](https://github.com/Mon-Ouie/pry-remote)
## TODO
- Client's CLI support
- Readline support## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).