1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

less verbose Entry#inspect

git-svn-id: file:///home/svn/framework3/trunk@10056 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
James Lee 2010-08-19 17:04:42 +00:00
parent a9a4e3f2da
commit d5149b8e23

View File

@ -89,6 +89,10 @@ class Entry
ret
end
def inspect
"#<#{self.class} name:#{name}, data:#{@data.length} bytes>"
end
end
end