Method: PodPrebuild::JSONFile#initialize

Defined in:
lib/cocoapods-binary-cache/helper/json.rb

#initialize(path) ⇒ JSONFile

Returns a new instance of JSONFile.



8
9
10
11
# File 'lib/cocoapods-binary-cache/helper/json.rb', line 8

def initialize(path)
  @path = path
  @data = load_json
end