module CSV::MatchP

Public Instance Methods

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

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.