lib/pupil/base.rb in pupil-0.1.1 vs lib/pupil/base.rb in pupil-0.1.2

- old
+ new

@@ -12,11 +12,9 @@ TWITTER_API_URL = "http://api.twitter.com" # @param [Hash] pupil_key def initialize key @screen_name = key[:screen_name] - @client = nil - @config = nil @consumer = OAuth::Consumer.new( key[:consumer_key], key[:consumer_secret], :site => TWITTER_API_URL \ No newline at end of file