Created
May 4, 2013 18:48
-
-
Save smathy/5518348 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
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