1
0
Fork 0
mirror of synced 2024-07-06 07:21:09 -04:00
ultimate-vim/sources_non_forked/vim-ruby/etc/examples/indent/closing_brackets.rb
Maksim Pecherskiy 2deb035254 Cleaning deps.
2014-08-07 19:42:41 -04:00

17 lines
120 B
Ruby

[1, [2,
[3],
3],
4]
[1, [2,
3],
4]
[1, {2 =>
3},
4]
[1, f(2,
3),
4]