# File lib/twitter/client/account.rb, line 15 def account_info(type = :rate_limit_status) response = rest_oauth_connect(:get, @@ACCOUNT_URIS[type]) bless_models(Twitter::RateLimitStatus.unmarshal(response.body)) end