Class: Sparrowhawk::GemfileEntry
- Defined in:
- lib/sparrowhawk/gemfile_entry.rb
Instance Attribute Summary
Attributes inherited from FileEntry
Instance Method Summary collapse
-
#initialize ⇒ GemfileEntry
constructor
A new instance of GemfileEntry.
Methods inherited from FileEntry
Constructor Details
#initialize ⇒ GemfileEntry
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 |