mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
foo = 1 rescue nil
|
|
foo, bar = 1 rescue nil
|
|
foo = 1, 2 rescue nil
|
|
foo, bar = 1, 2 rescue nil
|