52 53 54
# File 'lib/Wiki2Go/GreyList.rb', line 52 def all return @banned.collect { |suspect| suspect.to_s } end