Skip to content

Instantly share code, notes, and snippets.

@eam
Created November 30, 2015 18:00
Show Gist options
  • Select an option

  • Save eam/1800a44a6144830d8479 to your computer and use it in GitHub Desktop.

Select an option

Save eam/1800a44a6144830d8479 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
puts 6 -5
puts 6 -
5
puts 6
-5
$ ruby test.rb
1
1
6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment