mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 05:24:23 +00:00
12 lines
93 B
Plaintext
12 lines
93 B
Plaintext
->(
|
|
foo
|
|
) {}
|
|
|
|
->(x: "b#{a}") { }
|
|
|
|
->(a: b * 3) {}
|
|
|
|
-> foo = bar do end
|
|
|
|
-> foo: bar do end
|