aboutsummaryrefslogtreecommitdiffstats
path: root/core/post.rb
diff options
context:
space:
mode:
authortoshi <toshi@03aab468-d3d2-4883-8b12-f661bbf03fa8>2010-09-11 02:38:47 +0000
committertoshi <toshi@03aab468-d3d2-4883-8b12-f661bbf03fa8>2010-09-11 02:38:47 +0000
commitce0df2ba42115909e321574972c2f362a97028c2 (patch)
tree0740c36ebd2808df88a655322183688dbaced3aa /core/post.rb
parent7e1fd0309bc3fa68ee3a6bc3a63f21ed8eb3eb9b (diff)
downloadmikutter-ce0df2ba42115909e321574972c2f362a97028c2.tar.gz
git-svn-id: svn://toshia.dip.jp/mikutter/trunk@129 03aab468-d3d2-4883-8b12-f661bbf03fa8
Diffstat (limited to 'core/post.rb')
-rw-r--r--core/post.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/post.rb b/core/post.rb
index b1042405..0697a623 100644
--- a/core/post.rb
+++ b/core/post.rb
@@ -210,6 +210,9 @@ class Post
else
twitter.unfavorite(msg[:id]) end end } end end
+ def inspect
+ "#<Post #{idname}>" end
+
private
def try_post(message, api)