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

#initialize, options, parse, 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



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

def output_pipe
  STDOUT
end