should this sit in Cl?
77 78 79 80 81 82 83 84 85
# File 'lib/dpl/helper/env.rb', line 77 def env(*strs) if strs.any? @env = Env.new(ENV, strs) elsif env = @env || superclass.instance_variable_get(:@env) env.env(self) else {} end end