ruby-dev

https://github.com/Mon-Ouie/ruby-dev.el.git

git clone 'git://github.com/Mon-Ouie/ruby-dev.el.git'
16

ruby-dev.el

ruby-dev.el is a module that tries to bring some of SLIME's features to Ruby. It provides:

For more details, see the help within Emacs.

Installation

Add this directory to the load path and Something like this in your configuration:

(autoload 'turn-on-ruby-dev "ruby-dev" nil t)
(add-hook 'ruby-mode-hook 'turn-on-ruby-dev)

For the server to start properly you need to install a couple of gems:

gem install pry
gem install yard