class Pod::Sandbox
Public Instance Methods
clear!()
click to toggle source
# File lib/cocoapods-freezer/sandbox.rb, line 3 def clear! root.rmtree if root.exist? end
# File lib/cocoapods-freezer/sandbox.rb, line 3 def clear! root.rmtree if root.exist? end