Libraries
»
faun
(0.0.1)
»
Index
»
Faun
»
ForumThread
»
#authors
Method: Faun::ForumThread#authors
Defined in:
lib/faun.rb
#
authors
⇒
Object
221 222 223
# File 'lib/faun.rb', line 221
def
authors
@items
.
values
.
map
(
&
:author
)
.
uniq
end