Skip to content

Instantly share code, notes, and snippets.

@radar
Created April 26, 2016 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/f371554d12f271f2a26e28947c98d1ec to your computer and use it in GitHub Desktop.
Save radar/f371554d12f271f2a26e28947c98d1ec to your computer and use it in GitHub Desktop.
config = "A"
case config
when "A"
A.move
when "B"
B.move
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment