# File formvalidator.rb, line 864 def match_cc_type(val) (!val.scan(/^[MVAD].*$/i).empty?) ? val : nil end