diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-03 12:47:45 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-03 12:47:45 +0000 |
commit | d57fbf4d8ccbacc15746c1685e0785400e55f73e (patch) | |
tree | 938ce27d7d68af57ce4c76aa47466ced59dc3ea9 | |
parent | 73bec180d8d400fb63058862c591d32ac8767fd5 (diff) |
Some comment tweaks.
-rw-r--r-- | lib/activesupport_cache_extensions.rb | 2 | ||||
-rw-r--r-- | lib/tmail_extensions.rb | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/activesupport_cache_extensions.rb b/lib/activesupport_cache_extensions.rb index f77089fa0..5a894b64b 100644 --- a/lib/activesupport_cache_extensions.rb +++ b/lib/activesupport_cache_extensions.rb @@ -6,7 +6,7 @@ # # $Id: activesupport_cache_extensions.rb,v 1.1 2009-07-01 11:07:32 francis Exp $ -# Monkeypatch! +# Monkeypatch! ./activesupport/lib/active_support/cache/file_store.rb module ActiveSupport module Cache diff --git a/lib/tmail_extensions.rb b/lib/tmail_extensions.rb index 89f5a7df3..4f0651731 100644 --- a/lib/tmail_extensions.rb +++ b/lib/tmail_extensions.rb @@ -32,13 +32,14 @@ module TMail end end - # Generalisation of To:, Cc: + # Monkeypatch! Generalisation of To:, Cc: def envelope_to(default = nil) # XXX assumes only one envelope-to, and no parsing needed val = self.header_string('envelope-to') return val ? [val,] : [] end + # Monkeypatch! # Bug fix to this function - is for message in humberside-police-odd-mime-type.email # Which was originally: https://secure.mysociety.org/admin/foi/request/show_raw_email/11209 # See test in spec/lib/tmail_extensions.rb |