Method: Faun::ForumThread#authors

Defined in:
lib/faun.rb

#authorsObject



221
222
223
# File 'lib/faun.rb', line 221

def authors
  @items.values.map(&:author).uniq
end