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