module CSV::MatchP Public Instance Methods match? (pattern) toggle source # File lib/csv/match_p.rb, line 8 def match?(pattern) self =~ pattern end