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