method

new

v2_5_5 - Show latest stable - Class: Shell::Echo
new(sh, *strings)
public

No documentation available.

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