# File lib/tweetstream.rb, line 28 def respond_to?(method, include_private = false) new.respond_to?(method, include_private) || super(method, include_private) end