Sha256: a8f0b234f93d3be02f0e4bbe3e2aa4935d836fef09c12630ef43e9e1c4ff053c
Contents?: true
Size: 204 Bytes
Versions: 56
Compression:
Stored size: 204 Bytes
Contents
# frozen_string_literal: true # # Parse and unescape AWS policy document string # module PolicyStringParser def parse_policy JSON.parse(CGI.unescape(self)) rescue StandardError nil end end
Version data entries
56 entries across 56 versions & 1 rubygems