# File lib/fog/aws/parsers/lambda/base.rb, line 6 def process(body) body.inject({}) { |h, (k, v)| h[k] = rules(k, v); h } end