ruby/ext/pathname
Kazuhiro NISHIYAMA 3c7a09ece8
Add call-seq to Pathname#open from File.open
before:
```
  open(p1 = v1, p2 = v2, p3 = v3)
```
2020-02-04 20:56:13 +09:00
..
lib Remove unnecessary double bangs from Pathname#root? 2019-12-17 14:14:54 +09:00
depend Include ruby/assert.h in ruby/ruby.h so that assertions can be there 2019-07-14 17:58:03 +09:00
extconf.rb Try statx syscall 2019-02-20 06:54:23 +00:00
pathname.c Add call-seq to Pathname#open from File.open 2020-02-04 20:56:13 +09:00