]> git.cworth.org Git - sup/commitdiff
s/signature/sig_file
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 4 Jan 2007 02:48:52 +0000 (02:48 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Thu, 4 Jan 2007 02:48:52 +0000 (02:48 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@168 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/account.rb

index adb7649d922f901ca3d3e9d78006826e67af2d6f..c486e87fffa8a85c906d0da152c88c2274fccdca 100644 (file)
@@ -6,7 +6,7 @@ class Account < Person
   def initialize h
     super h[:name], h[:email]
     @sendmail = h[:sendmail]
-    @sig_file = h[:signature]
+    @sig_file = h[:sig_file] or raise h.inspect
   end
 end