Add Env class
This commit is contained in:
11
lib/producer/core/env.rb
Normal file
11
lib/producer/core/env.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module Producer
|
||||
module Core
|
||||
class Env
|
||||
attr_reader :current_recipe
|
||||
|
||||
def initialize(recipe)
|
||||
@current_recipe = recipe
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user