Class: Pod::Command::IPC

Inherits:
Pod::Command show all
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

List, Podfile, PodfileJSON, Repl, Spec, UpdateSearchIndex

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!, git_version, #initialize, #installer_for_config, options, report_error, run, #verify_lockfile_exists!, verify_minimum_git_version!, #verify_podfile_exists!, verify_xcode_license_approved!

Methods included from Pod::Config::Mixin

#config

Constructor Details

This class inherits a constructor from Pod::Command

Instance Method Details

#output_pipeObject



14
15
16
# File 'lib/cocoapods/command/ipc.rb', line 14

def output_pipe
  STDOUT
end