INNER CODE UNIT · Ruby
initialize
Hackplayers/evil-winrm · evil-winrm.rb:177
def initialize
@psLoaded = false
@directories = {}
@cache_ttl = 10
@executables = []
@functions = []
@Bypass_4MSI_loaded = false
end
# Remote path completion compatibility check
def completion_check
if $check_rpath_completion == true
begin
Readline.quoting_detection_proc
@completion_enabled = true
rescue NotImplementedError, NoMethodError => e
@completion_enabled = false
print_message("Remote path completions is disabled due to ruby limitation: #{e}", TYPE_WARNING)