Class: Pod::Command::IPC::UpdateSearchIndex
- Inherits:
-
Pod::Command::IPC
- Object
- CLAide::Command
- Pod::Command
- Pod::Command::IPC
- Pod::Command::IPC::UpdateSearchIndex
- Defined in:
- lib/cocoapods/command/inter_process_communication.rb
Overview
———————————————————————–#
Instance Method Summary collapse
Methods inherited from Pod::Command::IPC
Methods inherited from Pod::Command
#initialize, options, parse, report_error, run, verify_git_version!
Methods included from Pod::Config::Mixin
Constructor Details
This class inherits a constructor from Pod::Command
Instance Method Details
#run ⇒ Object
115 116 117 118 |
# File 'lib/cocoapods/command/inter_process_communication.rb', line 115 def run SourcesManager.updated_search_index output_pipe.puts(SourcesManager.search_index_path) end |