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