method

new

v2_5_5 - Show latest stable - Class: Shell::Filter
new(sh)
public

No documentation available.

# File lib/shell/filter.rb, line 23
    def initialize(sh)
      @shell = sh         # parent shell
      @input = nil        # input filter
    end