wmoxam (owner)

Revisions

gist: 184580 Download_button fork
public
Public Clone URL: git://gist.github.com/184580.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
case
when params[:a]
  # do stuff
when params[:b]
  # do other stuff
else
  # do another thing
end