module Dpl::Env::ClassMethods
should this sit in Cl
?
Public Instance Methods
Source
# 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