Created
April 26, 2016 05:43
-
-
Save radar/f371554d12f271f2a26e28947c98d1ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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