emacs-inf-ruby 2.9.0
Provides a REPL buffer connected to a Ruby subprocess in Emacs
inf-ruby provides a Read Eval Print Loop (REPL) buffer, allowing for easy interaction with a Ruby subprocess. Features include support for detecting specific uses of Ruby, e.g., when using Rails, and using an appropriate console.
If you are using Guix shell with manifest.scm, the inf-ruby-wrapper-command customization variable could be helpful.
- Outputs:
out - Website: https://github.com/nonsequitur/inf-ruby
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install emacs-inf-ruby 2.9.0 as follows:
guix install emacs-inf-ruby@2.9.0
Or install the latest version:
guix install emacs-inf-ruby
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.