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