Created
April 7, 2015 04:05
-
-
Save narikazu/0ae9b2f2bf9ed99e1b38 to your computer and use it in GitHub Desktop.
outputには何が代入される?
This file contains hidden or 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
| klass = String | |
| output = case klass | |
| when String | |
| "String" | |
| else | |
| "else" | |
| end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment