ruby/test/prism/fixtures/next.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 строки
199 B
Plaintext
Исходник Обычный вид История

tap { next }
tap { next (1), (2), (3) }
tap { next 1 }
tap { next 1, 2,
3 }
tap { next 1, 2, 3 }
tap { next [1, 2, 3] }
tap { next(
1
2
) }
tap { next
1 }
tap { next() }
tap { next(1) }