From: Mark Thomas Date: 2009-04-14T20:50:08+09:00 Subject: Re: What is the equivalent of 's in ruby? On Apr 14, 5:51 am, Daniel DeLorme wrote: > Is there a website that documents which method in ruby is equivalent to > which function in PHP? Or any other programming language? I could swear > something like this has been posted to this list before, but I couldn't > find any trace of it. A simple function translation will result in PHP written in ruby syntax. It's far better to learn idiomatic ruby. ri and irb are your friends.