* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:16:37 +0000 (05:16 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 26 Oct 2013 01:16:37 +0000 (05:16 +0400)
commitbae91342a41c1aef864c64c2354dfbfc58335bfa
treecbbd3638d05ffca818ac046281802ce8ae97b61e
parenteb89dc14d9367b3f2dbb265dedf2e781a4105b03
* lisp/progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
specific in what the first arg can be: a non-keyword word,
string/regexp/percent literal opener, opening paren, or unary
operator followed directly by word.

* test/automated/ruby-mode-tests.el (ruby-toggle-block-to-brace): Fix
the test, in respect to adding the space after the curly.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/automated/ruby-mode-tests.el
test/indent/ruby.rb