method

match?

ruby latest stable - Class: CSV::MatchP

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

match?(pattern)
public

No documentation available.

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