Class: Sparrowhawk::GemfileEntry

Inherits:
FileEntry show all
Defined in:
lib/sparrowhawk/gemfile_entry.rb

Instance Attribute Summary

Attributes inherited from FileEntry

#name, #source

Instance Method Summary collapse

Methods inherited from FileEntry

#content

Constructor Details

#initializeGemfileEntry

Returns a new instance of GemfileEntry.



4
5
6
# File 'lib/sparrowhawk/gemfile_entry.rb', line 4

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