Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Commit

Permalink
Making methods private
Browse files Browse the repository at this point in the history
  • Loading branch information
krainboltgreene authored and Kurtis Rainbolt-Greene committed Jun 21, 2012
1 parent 98e545f commit 16dfd89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/email_spy/delivery_method.rb
Expand Up @@ -8,6 +8,8 @@ def initialize(options = {})
end

def deliver!(email)
private

def location(email, settings)
File.join settings[:location], "#{Time.now.to_i}_#{digest email}"
end
Expand Down

0 comments on commit 16dfd89

Please sign in to comment.