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