Created
May 5, 2013 00:18
-
-
Save smathy/5519241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17:16:44 ~/work $ cat foo.rb | |
#!/usr/bin/env ruby | |
require 'acme/bleach' | |
x = 45 | |
x += 13 | |
puts "x = #{x}" | |
17:18:21 ~/work $ ./foo.rb | |
x = 58 | |
17:18:27 ~/work $ cat foo.rb | |
#!/usr/bin/env ruby | |
require 'acme/bleach' | |
17:18:33 ~/work $ ./foo.rb | |
x = 58 | |
17:18:38 ~/work $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment