# File lib/declarative_authorization/development_support/analyzer.rb, line 168
        def process_hash (exp)
          s(Hash[*exp.collect {|inner_exp| process(inner_exp).shift}])
        end