Skip to content

Instantly share code, notes, and snippets.

@smathy
Created May 4, 2013 18:48
Show Gist options
  • Save smathy/5518348 to your computer and use it in GitHub Desktop.
Save smathy/5518348 to your computer and use it in GitHub Desktop.
11:47:11 ~/example $ cat -> foo.rb
require 'acme/bleach'
puts "Foo"
11:47:28 ~/example $ cat foo.rb
require 'acme/bleach'
puts "Foo"
11:47:34 ~/example $ ruby foo.rb
Foo
11:47:38 ~/example $ cat foo.rb
require 'acme/bleach'
11:47:41 ~/example $ ruby foo.rb
Foo
11:47:43 ~/example $ ruby foo.rb
Foo
11:47:45 ~/example $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment