module ProhibitedUsernames

Constants

LIST
VERSION

Public Class Methods

include?(val) click to toggle source
# File lib/prohibited/usernames.rb, line 68
def self.include?(val)
  LIST.include?(val.downcase)
end