Skip to content

Instantly share code, notes, and snippets.

@narikazu
Created April 7, 2015 04:05
Show Gist options
  • Save narikazu/0ae9b2f2bf9ed99e1b38 to your computer and use it in GitHub Desktop.
Save narikazu/0ae9b2f2bf9ed99e1b38 to your computer and use it in GitHub Desktop.
outputには何が代入される?
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