Skip to content

Commit

Permalink
Update lib/valid_email2.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Burkhard Vogel-Kreykenbohm <[email protected]>
  • Loading branch information
ianbayne and bvogel authored Aug 30, 2024
1 parent 29a1b1b commit 268d21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/valid_email2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def disposable_emails
@disposable_emails ||= load_file(DISPOSABLE_FILE)
end

def blacklist
def deny_list
@deny_list ||= load_if_exists(DENY_LIST_FILE || BLACKLIST_FILE)
end
alias_method :deny_list, :blacklist
Expand Down

0 comments on commit 268d21d

Please sign in to comment.