module CSV::MatchP

Public Instance Methods

# File lib/csv/match_p.rb, line 8
def match?(pattern)
  self =~ pattern
end