# File lib/rubytter/oauth.rb, line 3 def initialize(key, secret, ca_file = nil) @key = key @secret = secret @ca_file = ca_file end