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