class BD::Tool::Path
Public Class Methods
config()
click to toggle source
# File lib/bd_pod_extension_net.rb, line 31 def self.config @config ||= Pod::Config.new @config end
podfile_root_path()
click to toggle source
- Pathname
-
the path that contain podfile
# File lib/bd_pod_extension_net.rb, line 37 def self.podfile_root_path @podfile_root_path ||= config.installation_root @podfile_root_path end