Created
November 30, 2010 11:58
-
-
Save n0ts/721589 to your computer and use it in GitHub Desktop.
atig.rb patch
This file contains 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
--- atig.rb-org 2010-11-30 20:57:39.006639395 +0900 | |
+++ atig.rb 2010-11-30 20:55:38.433887855 +0900 | |
@@ -17,6 +17,7 @@ | |
require 'atig/twitter' | |
require 'atig/scheduler' | |
+require 'atig/command/command' | |
Dir['atig/agent/*.rb'].each do|file| | |
load file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment