Skip to content

Commit 567061c

Browse files
committed
Fix Dataset#inspect
1 parent 9acb19a commit 567061c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdf/model/dataset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def each
7979
#
8080
# @return [String]
8181
def inspect
82-
sprintf("#<%s:%#0x(%s)>", self.class.name, __id__, uri.to_s)
82+
sprintf("#<%s:%#0x(%s)>", self.class.name, __id__, count.to_s)
8383
end
8484

8585
##

0 commit comments

Comments
 (0)