module Loom::Shell

Constants

HarnessMissingStdin
VerifyError

Public Class Methods

create(mod_loader, sshkit_backend, dry_run, no_exec: false) click to toggle source
# File lib/loom/shell.rb, line 7
def create(mod_loader, sshkit_backend, dry_run, no_exec: false)
  Loom::Shell::Core.new mod_loader, sshkit_backend, dry_run
end