Implement basic Remote::Environment class:

Represent a registry for remote environment variables, will follow an
API similar to Hash except the constructor. Currently only #has_key? is
implemented.
This commit is contained in:
Thibault Jouan
2013-08-18 20:02:53 +00:00
parent ed99c191e0
commit 513ba4eedb
3 changed files with 62 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ require 'producer/core/interpreter'
require 'producer/core/recipe'
require 'producer/core/recipe/dsl'
require 'producer/core/remote'
require 'producer/core/remote/environment'
require 'producer/core/task'
require 'producer/core/task/dsl'
require 'producer/core/version'