Class: Sparrowhawk::LockfileEntry

Inherits:
FileEntry
  • Object
show all
Defined in:
lib/sparrowhawk/lockfile_entry.rb

Instance Attribute Summary

Attributes inherited from FileEntry

#name, #source

Instance Method Summary collapse

Methods inherited from FileEntry

#content

Constructor Details

#initializeLockfileEntry

Returns a new instance of LockfileEntry.



5
6
7
# File 'lib/sparrowhawk/lockfile_entry.rb', line 5

def initialize
  super "WEB-INF/Gemfile.lock", "Gemfile.lock"
end