Flowdock
new(sh, to_filename, 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 117
    def initialize(sh, to_filename, filter)
      @file_name = to_filename
      io = sh.open(to_filename, "a")
      super(sh, io, filter)
    end
Register or log in to add new notes.