Class: Pod::Command::IPC

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods/command/inter_process_communication.rb

Direct Known Subclasses

List, Podfile, Repl, Spec, UpdateSearchIndex

Defined Under Namespace

Classes: List, Podfile, Repl, Spec, UpdateSearchIndex

Instance Method Summary collapse

Methods inherited from Pod::Command

#ensure_master_spec_repo_exists!, #initialize, options, report_error, run

Methods included from Pod::Config::Mixin

#config

Constructor Details

This class inherits a constructor from Pod::Command

Instance Method Details

#output_pipeObject



7
8
9
# File 'lib/cocoapods/command/inter_process_communication.rb', line 7

def output_pipe
  STDOUT
end