Y
Hacker News
new
|
ask
|
show
|
jobs
by
caw
4852 days ago
I've never actually seen "and" or "or" in Ruby code. I very frequently see it in Perl code.
1 comments
knotty66
4852 days ago
I see it fairly often in Rails controllers, e.g.
render :action => "some_action" and return
link
render :action => "some_action" and return