* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
[bpt/emacs.git] / test / indent / ruby.rb
index cf6bcba..5fd59bf 100644 (file)
@@ -361,4 +361,10 @@ foo(bar:
       tee)
 
 foo(:bar =>
-      tee)
+    tee)
+
+{'a' => {
+   'b' => 'c',
+   'd' => %w(e f)
+ }
+}