method
    
    new
  new(sh)
  public
  
    Hide source    
    
      
  
# File lib/shell/filter.rb, line 22 def initialize(sh) @shell = sh # parent shell @input = nil # input filter end

  
  