# File lib/aws/policy.rb, line 526 def valid_operator?(operator) translate_operator(operator, "") true rescue ArgumentError => e false end