Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Upload Files :
Command :
Current File : /opt/alt/ruby26/lib64/ruby/2.6.0/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
Name |
Size |
Last Modified |
Owner / Group |
Permissions |
Options |
.. | -- | March 03 2024 22:47:39 | root / root | 0755 | |
core_ext | -- | March 03 2024 22:47:32 | root / linksafe | 0755 | |
| | | | | |
delete_suffix.rb | 0.372 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
fields_converter.rb | 2.081 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
match_p.rb | 0.368 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
parser.rb | 28.936 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
row.rb | 11.137 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
table.rb | 12.722 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
version.rb | 0.104 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |
writer.rb | 4.125 KB | April 12 2022 11:50:11 | root / linksafe | 0644 | |