From: loveajax@... Date: 2008-03-04T17:20:10+09:00 Subject: and statement Hi, I found the following statement in routing.rb of rails framework. I haven't seen this kind of usage anywhere. Can somebody tell me what does this statement do? I am particularly interested in knowing how 'and' behaves here. result = route.recognize(path, environment) and return result Thanks -subbu