Class: Spud::BuildTools::SpudBuild::Spudfile
- Inherits:
-
Object
- Object
- Spud::BuildTools::SpudBuild::Spudfile
- Defined in:
- lib/build_tools/spud/spudfile.rb
Instance Method Summary collapse
-
#initialize(spud, source) ⇒ Spudfile
constructor
A new instance of Spudfile.
Constructor Details
#initialize(spud, source) ⇒ Spudfile
Returns a new instance of Spudfile.
5 6 7 8 9 |
# File 'lib/build_tools/spud/spudfile.rb', line 5 def initialize(spud, source) @spud = spud @file_context = FileContext.new(@spud) end |