Class: Pod::Command::IPC
- Inherits:
 - 
      Pod::Command
      
        
- Object
 - CLAide::Command
 - Pod::Command
 - Pod::Command::IPC
 
 
- Defined in:
 - lib/cocoapods/command/ipc.rb,
lib/cocoapods/command/ipc/list.rb,
lib/cocoapods/command/ipc/repl.rb,
lib/cocoapods/command/ipc/spec.rb,
lib/cocoapods/command/ipc/podfile.rb,
lib/cocoapods/command/ipc/podfile_json.rb,
lib/cocoapods/command/ipc/update_search_index.rb 
Direct Known Subclasses
Defined Under Namespace
Classes: List, Podfile, PodfileJSON, Repl, Spec, UpdateSearchIndex
Instance Method Summary collapse
Methods inherited from Pod::Command
#ensure_master_spec_repo_exists!, ensure_not_root_or_allowed!, #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
      14 15 16  | 
    
      # File 'lib/cocoapods/command/ipc.rb', line 14 def output_pipe STDOUT end  |