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

Version Path
ronin-support-0.5.2 spec/ui/classes/test_shell.rb
ronin-support-0.5.1 spec/ui/classes/test_shell.rb
ronin-support-0.5.0 spec/ui/classes/test_shell.rb
ronin-support-0.5.0.rc2 spec/ui/classes/test_shell.rb
ronin-support-0.5.0.rc1 spec/ui/classes/test_shell.rb
ronin-support-0.4.1 spec/ui/classes/test_shell.rb
ronin-support-0.4.0 spec/ui/classes/test_shell.rb
ronin-support-0.4.0.rc2 spec/ui/classes/test_shell.rb
ronin-support-0.4.0.rc1 spec/ui/classes/test_shell.rb
ronin-support-0.3.0 spec/ui/classes/test_shell.rb