# File lib/twitter/cli.rb, line 192 def run do_work do username = params['username'].value base.create_friendship(username) say "#{username} has been added as a friend. follow notifications with 'twitter follow #{username}'" end end