Commit 7be18b5
Remove lib/pathname.rb and rb_provide("pathname")
All methods previously defined in lib/pathname.rb have been moved to
pathname_builtin.rb. Remove the now-empty lib/pathname.rb and add
rb_provide("pathname") so that require "pathname" succeeds as a no-op.
Also move the author and copyright header from the deleted file into
pathname_builtin.rb.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5fda962 commit 7be18b5
3 files changed
Lines changed: 10 additions & 11 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
0 commit comments