Method: Wiki2Go::GreyList#all

Defined in:
lib/Wiki2Go/GreyList.rb

#allObject



52
53
54
# File 'lib/Wiki2Go/GreyList.rb', line 52

def all
  return @banned.collect { |suspect| suspect.to_s }
end