Version 0.4.3 of package Ruby-End has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Ruby-End describes itself as:

  ==========================================
  Automatic insertion of end blocks for Ruby
  ==========================================

More at https://elpa.gnu.org/packages/ruby-end.html

## Summary:

  # Ruby end [![Build 
Status](https://travis-ci.org/rejeep/ruby-end.el.svg?branch=master)](https://travis-ci.org/rejeep/ruby-end.el)

  Ruby end is a minor mode for Emacs that can be used with `ruby-mode`
  to automatically close blocks by inserting `end` when typing a "block
  keyword", followed by a space.

  [<img 
src="http://img.youtube.com/vi/00O_8gTFe-k/0.jpg";>](https://www.youtube.com/watch?v=00O_8gTFe-k)

  ## Installation
  I recommend installing via ELPA, but manual installation is simple as well:

      (add-to-list 'load-path "/path/to/ruby-end")
      (require 'ruby-end)

  ## Usage
  When `ruby-mode` is started, `ruby-end-mode` will automatically start.

  In a Ruby file, try writing a block keyword, such as `class` or `def`
  and then `SPC`.

  For more information, see comments in `ruby-end.el`.

## Recent NEWS:

[Not provided 🙁]

Reply via email to