# File lib/tweetstream/client.rb, line 142 def on_delete(&block) if block_given? @on_delete = block self else @on_delete end end