method

match?

v2_6_3 - Show latest stable - Class: CSV::MatchP
match?(pattern)
public

No documentation available.

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