# File lib/etherpad-lite/models/chat_message.rb, line 37 def author if user_id @author ||= Author.new(instance, user_id) else nil end end