new(sh, *jobs)
public
Hide source
# File lib/shell/builtin-command.rb, line 136 def initialize(sh, *jobs) super(sh) @jobs = jobs end