method

new

v2_5_5 - Show latest stable - Class: Shell::Concat
new(sh, *jobs)
public

No documentation available.

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