ruby/test/prism/fixtures/lambda.txt

12 строки
93 B
Plaintext

->(
foo
) {}
->(x: "b#{a}") { }
->(a: b * 3) {}
-> foo = bar do end
-> foo: bar do end