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 268d21d commit cf8fda1
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 @@ -21,7 +21,7 @@ def disposable_emails
def deny_list
@deny_list ||= load_if_exists(DENY_LIST_FILE || BLACKLIST_FILE)
end
alias_method :deny_list, :blacklist
alias_method :blacklist, :deny_list
deprecate_method :blacklist, :deny_list

def allow_list
Expand Down

0 comments on commit cf8fda1

Please sign in to comment.