lib/tw/client/request.rb in tw-1.0.6 vs lib/tw/client/request.rb in tw-1.0.7
- old
+ new
@@ -109,7 +109,11 @@
def retweet(status_id)
@rest_client.retweet status_id
end
+ def destroy_status(status_id)
+ @rest_client.destroy_status status_id
+ end
+
end
end