aboutsummaryrefslogtreecommitdiffstats
path: root/core/post.rb
diff options
context:
space:
mode:
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)