Skip to content

Instantly share code, notes, and snippets.

@marciojrtorres
Created August 5, 2013 20:51
Show Gist options
  • Save marciojrtorres/6159513 to your computer and use it in GitHub Desktop.
Save marciojrtorres/6159513 to your computer and use it in GitHub Desktop.
Tipagem Segura na linguagem Ruby
a = 1
b = "a"
c = a + b
TypeError: String can't be coerced into Fixnum
from (irb):5:in `+'
from (irb):5
from :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment