class MatchesRoleArn

Match role_arn

Public Class Methods

===(item) click to toggle source
# File lib/matches_role_arn.rb, line 4
def self.===(item)
  item.include?('role_arn')
end