Skip to content

Instantly share code, notes, and snippets.

@Porta
Created March 27, 2014 18:28
Show Gist options
  • Select an option

  • Save Porta/9814711 to your computer and use it in GitHub Desktop.

Select an option

Save Porta/9814711 to your computer and use it in GitHub Desktop.
irb(main):006:0> '+10'.to_i
=> 10
irb(main):007:0> '10+'.to_i
=> 10
irb(main):008:0>
irb(main):008:0> '-10'.to_i
=> -10
irb(main):009:0> '10-'.to_i
=> 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment