Method: Ronin::CLI::HTTPShell#lock

Defined in:
lib/ronin/cli/http_shell.rb

#lock(path) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The lock shell command.

Parameters:

  • path (String)

Since:

  • 2.0.0



182
183
184
# File 'lib/ronin/cli/http_shell.rb', line 182

def lock(path)
  request(:lock,path)
end