From: William Djaja Tjokroaminata Date: 2002-09-27T11:19:28+09:00 Subject: Where Is Method Call Precedence? Hi, When I look at "Table 18.4: Ruby Operators" in the Pickaxe book, I cannot find the parentheses and the "dot" that are used for method call, and the parentheses for grouping themselves. Well, Table 18.4 really says "operators", but I am really wondering in the complete Ruby precedence, where are the places for: - parentheses for method call - the dot for method call - parentheses for grouping ? Regards, Bill