# File lib/twitter.rb, line 19 def respond_to_missing?(method_name, include_private=false); client.respond_to?(method_name, include_private); end