module Pod::Config::Mixin

Provides support for accessing the configuration instance in other scopes.

Public Instance Methods

config() click to toggle source
# File lib/cocoapods/config.rb, line 342
def config
  Config.instance
end