emacs/test/lisp/progmodes/ruby-mode-resources/ruby-parenless-call-argumen...

24 lines
289 B
Ruby

method arg1,
method2 arg2,
arg3, [
arg4,
arg5
]
zzz = method (a + b),
c, :d => :e,
f: g
return render json: {
errors: { base: [message] },
copying: copying
},
status: 400
foo(a,
b)
# Local Variables:
# ruby-parenless-call-arguments-indent: nil
# End: