case params[ :name ]
when "Hal"
#do this
when "Wes"
#do that
else
#do the other
endcheat sheets.
$ cheat ruby_switch$ cheat ruby_switchcase params[ :name ]
when "Hal"
#do this
when "Wes"
#do that
else
#do the other
end