Jack Nagel 1b0f0824fe Requirement: env DSL is evaluated in context of self, not ENV
This was meant to support:

  env do |req|
    append_path 'PATH', req.some_method
    ...
  end

i.e., the block was evaluated in the context of ENV. But it turned out
to be not so useful after all, so I'm ripping it out before something
actually depends on it.
2013-04-01 16:17:35 -05:00
..
2012-10-25 15:54:55 -05:00
2013-02-15 00:36:03 -06:00
2013-01-09 17:36:17 -06:00