# File lib/aws/record/validators/format.rb, line 25 def setup record_class ensure_type(Regexp, :with, :without) ensure_at_least_one(:with, :without) end