Skip to content

Instantly share code, notes, and snippets.

@smathy
Created May 5, 2013 00:18
Show Gist options
  • Save smathy/5519241 to your computer and use it in GitHub Desktop.
Save smathy/5519241 to your computer and use it in GitHub Desktop.
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