lib/gitrb/blob.rb in gitrb-0.1.6 vs lib/gitrb/blob.rb in gitrb-0.1.7
- old
+ new
@@ -14,13 +14,9 @@
def type
:blob
end
- def ==(other)
- Blob === other && id == other.id
- end
-
def dump
@data
end
# Save the data to the git object repository