Exception: Pod::Informative

Inherits:
PlainInformative show all
Defined in:
lib/cocoapods.rb

Direct Known Subclasses

Command::Help

Instance Method Summary (collapse)

Instance Method Details

- (Object) message



8
9
10
11
# File 'lib/cocoapods.rb', line 8

def message
  # TODO: remove formatting from raise calls and remove conditional
  super !~ /\[!\]/ ? "[!] #{super}\n".red : super
end