Class: Pod::Command::IPC::UpdateSearchIndex
- Inherits:
-
IPC
- Object
- IPC
- Pod::Command::IPC::UpdateSearchIndex
- Defined in:
- lib/cocoapods/command/ipc/update_search_index.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
17 18 19 20 |
# File 'lib/cocoapods/command/ipc/update_search_index.rb', line 17 def run config.sources_manager.updated_search_index output_pipe.puts(config.sources_manager.search_index_path) end |