Last active
September 29, 2015 10:33
-
-
Save vjdhama/ac852f80b989ebc7be7f to your computer and use it in GitHub Desktop.
Union Types
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
if some_condition | |
name = "foo" #=> String | |
else | |
name = false #=> Boolean | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment