class English::Censor

Public Class Methods

default_words() click to toggle source
# File lib/english/censor.rb, line 11
def self.default_words
  English.dirty_words
end