config
Provides support for accessing the configuration instance in other scopes.
config #=> undefined
342 def config 343 Config.instance 344 end
lib/cocoapods/config.rb:342
spec/unit/config_spec.rb
test