# File lib/termtter/api.rb, line 17 def setup @connection = Connection.new @twitter = create_twitter(config.user_name, config.password) end