# File lib/shoulda/active_record/matchers/validate_format_of_matcher.rb, line 23 23: def validate_format_of(attr) 24: ValidateFormatOfMatcher.new(attr) 25: end