Module: PodTargetInhibitWarning

Included in:
Pod::Podfile::TargetDefinition
Defined in:
lib/cocoapods/taobao/environment/inhibit_pod_warning.rb

Instance Method Summary collapse

Instance Method Details

#initialize(name, parent, internal_hash = nil) ⇒ Object



3
4
5
6
# File 'lib/cocoapods/taobao/environment/inhibit_pod_warning.rb', line 3

def initialize(name, parent, internal_hash = nil)
  super
  inhibit_all_warnings = true
end