Skip to content
SYNG
Search
K
Main Navigation
Product
Playground
Docs
Support
Appearance
Menu
Return to top
On this page
selector
role
matching syntax
(arg)
argument positions in method calls
-
(call)
method calls
foo()
obj.foo()
foo x
(id)
identifier references
-
(num)
numeric literals
-
(proc)
blocks and lambda expressions
{ |x| x }
do |x| x end
->(x) { x }
(str)
string literals
-