Skip to content

Instantly share code, notes, and snippets.

@rmoro
Created May 24, 2017 03:52
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 rmoro/dc0bf5e2b330dcf1ec80c674b4bd9a8c to your computer and use it in GitHub Desktop.
Save rmoro/dc0bf5e2b330dcf1ec80c674b4bd9a8c to your computer and use it in GitHub Desktop.
union branches
some_string = gets(/\n?\n\r?\r/)
if some_string == Nil
# do something
else
some_string.as_s # <= fails
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment