method

new

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

No documentation available.

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