Skip to content

Commit 4338633

Browse files
hsbtclaude
andcommitted
Remove early return for Ruby 4.1+ until ruby/ruby#16358 is merged
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2432b3c commit 4338633

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/pathname.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
# For documentation, see class Pathname.
1111
#
1212

13-
return if RUBY_VERSION >= '4.1'
14-
1513
unless RUBY_VERSION >= '4'
1614
require 'pathname.so' if RUBY_ENGINE == 'ruby'
1715

0 commit comments

Comments
 (0)