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/ipc/update_search_index.rb
 
Instance Method Summary collapse
Methods inherited from Pod::Command::IPC
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
#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  |