For backwards compatability. People check if functions are added this way
XXX: Depricate this
# File lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb, line 17deffunctions# warn 'Depricated.'_dll.functionsend
method_missing(sym, *args)click to toggle source
# File lib/rex/post/meterpreter/extensions/stdapi/railgun/dll_wrapper.rb, line 22defmethod_missing(sym, *args)
_dll.call_function(sym, args, _client)
end