Skip to content

Instantly share code, notes, and snippets.

@hdoan741
Created March 2, 2020 22:51
Show Gist options
  • Select an option

  • Save hdoan741/d798aaae95b64dc9b663ec52b3d64a49 to your computer and use it in GitHub Desktop.

Select an option

Save hdoan741/d798aaae95b64dc9b663ec52b3d64a49 to your computer and use it in GitHub Desktop.
Sorbet-Rails blogpost - sorbet example 1
str_or_int_or_array = ["1", 2, [3]].sample
hash = str_or_int_or_array.to_i
# NoMethodError: method to_i doesn't exist on `Array`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment