June 29, 2012
4:06 p.m.
Camillo Bruni-3 wrote
- missing backtics `ls -algh`
Yes, backticks make Ruby "Bash Scripting on Steroids". Whenever you need to issue commands, you can just drop it inside some `s unaltered. But the real fun begins with `ls #{rubyVariable}`, which is pretty darn readable and succinct (of course at the price of more syntax... the ruby way). -- View this message in context: http://forum.world.st/pharo-monkey-issue-updater-tp4637322p4637346.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.