# File lib/rubytter/oauth_rubytter.rb, line 5 def initialize(access_token, options = {}) super(nil, nil, options) @access_token = access_token end