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 edc02c6 commit 29a1b1b
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 @@ -27,7 +27,7 @@ def blacklist
def allow_list
@allow_list ||= load_if_exists(ALLOW_LIST_FILE || WHITELIST_FILE)
end
alias_method :allow_list, :whitelist
alias_method :whitelist, :allow_list
deprecate_method :whitelist, :allow_list

private
Expand Down

0 comments on commit 29a1b1b

Please sign in to comment.