Method: Pod::Lockfile#initialize

Defined in:
lib/cocoapods-core/lockfile.rb

#initialize(hash) ⇒ Lockfile

Returns a new instance of Lockfile.

Parameters:

  • hash (Hash)

    a hash representation of the Lockfile.

[View source]

23
24
25
# File 'lib/cocoapods-core/lockfile.rb', line 23

def initialize(hash)
  @internal_data = hash
end