Class: Pod::Command::IPC
- Inherits:
-
Pod::Command
- Object
- CLAide::Command
- Pod::Command
- Pod::Command::IPC
- Defined in:
- lib/cocoapods/command/inter_process_communication.rb
Direct Known Subclasses
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
Constructor Details
This class inherits a constructor from Pod::Command
Instance Method Details
#output_pipe ⇒ Object
7 8 9 |
# File 'lib/cocoapods/command/inter_process_communication.rb', line 7 def output_pipe STDOUT end |