Project

General

Profile

Actions

Feature #710

closed

Pathname#=~

Added by quix (James M. Lawrence) over 15 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
[ruby-core:19690]

Description

=begin
% ruby -r pathname -e 'p Pathname("foo") =~ /o/'
nil

% ruby -r ./lib/pathname.patched.rb -e 'p Pathname("foo") =~ /o/'
1
=end


Files

pathname-match.patch (341 Bytes) pathname-match.patch quix (James M. Lawrence), 11/04/2008 03:13 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0