module Profanity

Constants

VERSION

Public Instance Methods

check(text) click to toggle source
# File lib/profanity.rb, line 7
def check(text)
  Profanity::Base.profane?(text)
end