* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 24 Oct 2013 00:47:28 +0000 (04:47 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 24 Oct 2013 00:47:28 +0000 (04:47 +0400)
commit369bbf7198fa5dfdac366f9e5f79b84d9c72f3ee
tree221c2c04712e50f4bc7bba5b15798b4864375c03
parent9843415589b51e6360e5428636b0f2fcc88e9c5b
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
with parameters" example.  Simplify the "is it block or is it
hash" check, but also make it more thorough.

* test/indent/ruby.rb: Fix syntax error in the latest example.
lisp/ChangeLog
lisp/progmodes/ruby-mode.el
test/ChangeLog
test/indent/ruby.rb