PHP 8.2.30
Preview: match_p.rb Size: 377 B
/proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby32/share/ruby/csv/match_p.rb

# frozen_string_literal: true

# This provides String#match? and Regexp#match? for Ruby 2.3.
unless String.method_defined?(:match?)
  class CSV
    module MatchP
      refine String do
        def match?(pattern)
          self =~ pattern
        end
      end

      refine Regexp do
        def match?(string)
          self =~ string
        end
      end
    end
  end
end

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
core_ext DIR
- drwxr-xr-x 2026-03-31 07:03:39
Edit Download
374 B lrw-r--r-- 2026-03-13 15:20:17
Edit Download
2.56 KB lrw-r--r-- 2026-03-13 15:20:17
Edit Download
277 B lrw-r--r-- 2026-03-13 15:20:17
Edit Download
377 B lrw-r--r-- 2026-03-13 15:20:17
Edit Download
36.70 KB lrw-r--r-- 2026-03-13 15:20:17
Edit Download
24.19 KB lrw-r--r-- 2026-03-13 15:20:17
Edit Download
37.27 KB lrw-r--r-- 2026-03-13 15:20:17
Edit Download
107 B lrw-r--r-- 2026-03-13 15:20:17
Edit Download
5.87 KB lrw-r--r-- 2026-03-13 15:20:17
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).