Created
April 12, 2011 04:02
-
-
Save ryumu/914892 to your computer and use it in GitHub Desktop.
Earthquake.gemのプロンプトにユーザー名を出すよ!プラグイン
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
# coding: UTF-8 | |
Earthquake.init do | |
once do | |
config[:prompt] = twitter.info['screen_name'] + config[:prompt] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment