Map class methods to instance

git-svn-id: file:///home/svn/framework3/trunk@6931 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2009-08-01 04:12:19 +00:00
parent 02443b3721
commit 8cb6cee2d1
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,14 @@ class Meterpreter < Rex::Post::Meterpreter::Client
def type
self.class.type
end
def platform
self.class.platform
end
def binary_suffix
self.class.binary_suffix
end
##
#