Sha256: 79393c5d452438de4409eb412435f12fac28e7988a95e9ef7aa5ab4d6b081cca
Contents?: true
Size: 234 Bytes
Versions: 10
Compression:
Stored size: 234 Bytes
Contents
require 'ronin/ui/shell' class TestShell < Ronin::UI::Shell def a_public_method end protected def command1 :command1 end def command_with_arg(arg) arg end def command_with_args(*args) args end end
Version data entries
10 entries across 10 versions & 1 rubygems