Skip to content

Commit

Permalink
Technical/Update gem docs (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Sep 8, 2021
1 parent 6110026 commit d662b70
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Truemail.validate('[email protected]')
@result=#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
domain="white-domain.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -416,7 +416,7 @@ Truemail.validate('[email protected]', with: :regex)
@result=#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
domain="white-domain.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -451,7 +451,7 @@ Truemail.validate('[email protected]', with: :regex)
@result=#<struct Truemail::Validator::Result
success=false,
email="[email protected]",
domain=nil,
domain="domain.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -488,7 +488,7 @@ Truemail.validate('[email protected]')
@result=#<struct Truemail::Validator::Result
success=false,
email="[email protected]",
domain=nil,
domain="black-domain.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -525,7 +525,7 @@ Truemail.validate('[email protected]')
@result=#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
domain="somedomain.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -579,7 +579,7 @@ Truemail.validate('[email protected]', with: :regex)
#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
domain="example.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down Expand Up @@ -624,7 +624,7 @@ Truemail.validate('[email protected]', with: :regex)
#<struct Truemail::Validator::Result
success=true,
email="[email protected]",
domain=nil,
domain="example.com",
mail_servers=[],
errors={},
smtp_debug=nil>,
Expand Down

0 comments on commit d662b70

Please sign in to comment.