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:
parent
a9a4e3f2da
commit
d5149b8e23
@ -89,6 +89,10 @@ class Entry
|
||||
ret
|
||||
end
|
||||
|
||||
def inspect
|
||||
"#<#{self.class} name:#{name}, data:#{@data.length} bytes>"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user