module CommonFrenchPasswords

Constants

FILE_PATH

Public Class Methods

list() click to toggle source
# File lib/common_french_passwords.rb, line 4
def self.list
  File.readlines(FILE_PATH, chomp: true)
end