Flowdock
new(sh, pattern) 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 66
    def initialize(sh, pattern)
      super sh

      @pattern = pattern
    end
Register or log in to add new notes.