commit 1dbbef0b78da01399d5cc81fd95d9b847910c9f0
parent 8b1d48618e40409e6ab8fc8dd4314744995228f8
Author: Ben Walton <bwalton@artsci.utoronto.ca>
Date: Fri, 8 May 2009 21:25:45 -0400
Collapse attr_reader lines
Signed-off-by: Ben Walton
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/sup/sent.rb b/lib/sup/sent.rb
@@ -3,8 +3,7 @@ module Redwood
class SentManager
include Singleton
- attr_reader :source
- attr_reader :source_uri
+ attr_reader :source, :source_uri
def initialize source_uri
@source = nil