gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Ruby-End version 0.4.3


From: ELPA update
Subject: [GNU ELPA] Ruby-End version 0.4.3
Date: Thu, 26 Jan 2023 17:04:48 -0500

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 available 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]