# File lib/twitter/direct_message.rb, line 11 def recipient @recipient ||= Twitter::User.fetch_or_new(@attrs[:recipient]) end