Skip to content

Commit

Permalink
README: drop references to removed core extensions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 6, 2017
1 parent 2599b3f commit 9399d2b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Expand Up @@ -651,21 +651,6 @@ describe "sending an email" do
end
```

## Core Extensions

The mail gem adds several constants and methods to Ruby's core objects (similar to the activesupport gem from the Rails project). For example:

NilClass::blank?
NilClass::to_crlf
NilClass::to_lf
Object::blank?
String::to_crlf
String::to_lf
String::blank?
...etc...

For all the details, check out lib/mail/core_extensions/.

## Excerpts from TREC Spam Corpus 2005

The spec fixture files in spec/fixtures/emails/from_trec_2005 are from the
Expand Down

0 comments on commit 9399d2b

Please sign in to comment.