/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lib/rex/ui/text/pseudo_shell.rb
14 строк
219 B
dwelch-r7
Extract `PseudoShell` into it's own file for zeitwerk to pick it up properly
02 мар 2021, 15:39
02 мар 2021, 15:39
1e8ec46
Код
Авторство
О чём код?
module Rex module Ui module Text ### # # Pseudo-shell interface that simply includes the Shell mixin. # ### class PseudoShell include Shell end end end end