# File lib/support.rb, line 47
  def all
    @env.reverse.inject { |env, scope| env.merge scope }
  end