Class: PodfileLock::PodfileLockManager
- Inherits:
-
Object
- Object
- PodfileLock::PodfileLockManager
- Defined in:
- lib/core_blur/podfilelock.rb
Class Method Summary collapse
Class Method Details
.podfile_lock_content ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/core_blur/podfilelock.rb', line 5 def self.podfile_lock_content podfile_lock = MyConstants::PODFILE_LOCK unless File.exist?(podfile_lock) return {} end YAML.load_file(podfile_lock) end |