Commit 853cccc1 authored by Marin Usalj's avatar Marin Usalj

made config and environment accessible internally

parent fde9d9a6
...@@ -12,6 +12,8 @@ module Pod ...@@ -12,6 +12,8 @@ module Pod
autoload :Manager, 'cocoapods/config/manager' autoload :Manager, 'cocoapods/config/manager'
autoload :Environment, 'cocoapods/config/environment' autoload :Environment, 'cocoapods/config/environment'
module_function
# Provides support for accessing the configuration manager # Provides support for accessing the configuration manager
# instance in other scopes. # instance in other scopes.
# #
...@@ -28,8 +30,6 @@ module Pod ...@@ -28,8 +30,6 @@ module Pod
public public
#extend Environment
#extend Manager
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
# @!group Dependency Injection # @!group Dependency Injection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment