Flowdock
new(sh, io, filter) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell/builtin-command.rb, line 95
    def initialize(sh, io, filter)
      super sh
      @input = filter
      @io = io
    end
Register or log in to add new notes.