]> git.cworth.org Git - sup/commitdiff
minor tweak
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 3 Jan 2007 06:09:51 +0000 (06:09 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 3 Jan 2007 06:09:51 +0000 (06:09 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@149 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/source.rb

index 0e0337ac62b4f2166122e8cd178daf24659fafcb..4027544b710bc063036fcbd820c0e63ecbfd75ad 100644 (file)
@@ -38,7 +38,7 @@ class Source
   end
 
   def broken?; !@broken_msg.nil?; end
-  def to_s; @uri; end
+  def to_s; @uri.to_s; end
   def seek_to! o; self.cur_offset = o; end
   def reset!
     return if broken?