ruby--ruby/misc
nobu 68e16ddd79 parse.y: ANDDOT fluent interface
* parse.y (parser_yylex): ANDDOT at the head of the line denote
  line continuation from previous one to support fluent interface,
  as well as single dot.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-12 05:17:06 +00:00
..
README * misc/README: use github link instead of rubyforge. 2014-06-05 03:47:46 +00:00
inf-ruby.el
rb_optparse.bash
rb_optparse.zsh
rdoc-mode.el rdoc-mode.el: fill indented block 2014-03-14 04:29:35 +00:00
ruby-additional.el ruby-additional.el: monkey-patching ruby-mode.el 2015-03-07 01:59:32 +00:00
ruby-electric.el Import ruby-electric.el version 2.2.3 from upstream 2015-04-24 14:52:31 +00:00
ruby-mode.el parse.y: ANDDOT fluent interface 2015-11-12 05:17:06 +00:00
ruby-style.el
rubydb2x.el
rubydb3x.el

README

README            this file
inf-ruby.el       program to run ruby under emacs
rb_optparse.bash  bash completion script
rb_optparse.zsh   zsh completion script
rdoc-mode.el      RDoc mode for emacs
ruby-mode.el      ruby mode for emacs
ruby-style.el     Ruby's C/C++ mode style for emacs
rubydb2x.el       ruby debugger support for emacs 19.2x or before
rubydb3x.el       ruby debugger support for emacs 19.3x or later
ruby-electric.el  emacs minor mode providing electric commands

Check out https://github.com/ruby-debug/ also.