Class: Pod::Command::IPC::UpdateSearchIndex

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

Overview

———————————————————————–#

Instance Method Summary collapse

Methods inherited from Pod::Command::IPC

#output_pipe

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

#runObject



117
118
119
120
# File 'lib/cocoapods/command/inter_process_communication.rb', line 117

def run
  SourcesManager.updated_search_index
  output_pipe.puts(SourcesManager.search_index_path)
end