Implement Remote::Environment#[]

This commit is contained in:
Thibault Jouan
2014-01-19 23:59:51 +00:00
parent 4603ce777f
commit b6ec8ed468
2 changed files with 16 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ module Producer
require 'forwardable'
extend Forwardable
def_delegator :@variables, :key?
def_delegators :@variables, :[], :key?
attr_reader :variables