Skip to content

Instantly share code, notes, and snippets.

@aidanf
Last active August 29, 2015 14:21
Show Gist options
  • Save aidanf/548c005109e6e22bf2d8 to your computer and use it in GitHub Desktop.
Save aidanf/548c005109e6e22bf2d8 to your computer and use it in GitHub Desktop.
$ irb
2.1.5 :001 > x = "1"
=> "1"
2.1.5 :002 > x + "2"
=> "12"
2.1.5 :003 > x = 2.0
=> 2.0
2.1.5 :004 > x + 4.5
=> 6.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment