Method: Redwood::Thread#direct_participants

Defined in:
lib/sup/thread.rb

#direct_participantsObject



120
121
122
# File 'lib/sup/thread.rb', line 120

def direct_participants
  map { |m, *| [m.from] + m.to if m }.flatten.compact.uniq
end