* lisp/progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
[bpt/emacs.git] / test / indent / ruby.rb
index 5e3db5a..3d881ed 100644 (file)
@@ -238,12 +238,10 @@ foo :bar do
   qux
 end
 
-# Examples below still fail with `ruby-use-smie' on:
-
 foo = [1, 2, 3].map do |i|
   i + 1
 end
 
-bar.foo do # "." is parent to "do"; it shouldn't be.
+bar.foo do
   bar
 end