diff options
| author | Markus Reiter | 2017-08-08 18:10:01 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-08-08 18:10:01 +0200 |
| commit | b6b8e8863fe70fbdfd0758dd72127de0a96e329f (patch) | |
| tree | 7650db8d8a223351617ad964eeda38ef614756f7 /Library/Homebrew/cask/lib/hbc/system_command.rb | |
| parent | 93051b27d6886dae6df01544c86df579f21f6410 (diff) | |
| download | brew-b6b8e8863fe70fbdfd0758dd72127de0a96e329f.tar.bz2 | |
Simplify SubversionDownloadStrategy.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/system_command.rb')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/system_command.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/system_command.rb b/Library/Homebrew/cask/lib/hbc/system_command.rb index 901617b71..b735ae4f9 100644 --- a/Library/Homebrew/cask/lib/hbc/system_command.rb +++ b/Library/Homebrew/cask/lib/hbc/system_command.rb @@ -112,11 +112,7 @@ module Hbc processed_output[:stderr], processed_status.exitstatus) end - end -end -module Hbc - class SystemCommand class Result attr_accessor :command, :stdout, :stderr, :exit_status |
