Lines Matching refs:Pathname
24556 var self = $klass($base, $super, 'Pathname');
24569 if ($eqeqeq($$('Pathname'), path)) {
24618 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…
24637 } return $$('Pathname').$new(new_path);
24646 return $$('Pathname').$new($send(self.path, 'sub', $to_a(args)));
24662 return $$('Pathname').$new($$('File').$expand_path(self.path))
24669 if (!$eqeqeq($$('Pathname'), other)) {
24670 other = $$('Pathname').$new(other);
24671 } return $$('Pathname').$new(self.$plus(self.path, other.$to_s()));
24736 if (!$eqeqeq($$('Pathname'), result)) {
24737 result = $$('Pathname').$new(result);
24745 if (!$eqeqeq($$('Pathname'), arg)) {
24746 arg = $$('Pathname').$new(arg);
24769 return $$('Pathname').$new($$('File').$dirname(self.path))
24775 return $$('Pathname').$new($$('File').$basename(self.path))
24795 …$($$('File'), 'FNM_SYSCASE')['$nonzero?']()) ? ($send(self, 'proc', [], function $Pathname$9(a, b){
24799 return a.$casecmp(b)['$=='](0);})) : ($send(self, 'proc', [], function $Pathname$10(a, b){
24836 return $$('Pathname').$new(".")
24838 return $$('Pathname').$new($send($$('File'), 'join', $to_a(relpath_names)))
24860 return $def(self, '$Pathname', function $$Pathname(path) {
24862 return $$('Pathname').$new(path)
24874 var self = $klass($base, $super, 'Pathname');
25136 var self = $klass($base, $super, 'Pathname');
25149 if ($eqeqeq($$('Pathname'), path)) {
25198 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…
25217 } return $$('Pathname').$new(new_path);
25226 return $$('Pathname').$new($send(self.path, 'sub', $to_a(args)));
25242 return $$('Pathname').$new($$('File').$expand_path(self.path))
25249 if (!$eqeqeq($$('Pathname'), other)) {
25250 other = $$('Pathname').$new(other);
25251 } return $$('Pathname').$new(self.$plus(self.path, other.$to_s()));
25316 if (!$eqeqeq($$('Pathname'), result)) {
25317 result = $$('Pathname').$new(result);
25325 if (!$eqeqeq($$('Pathname'), arg)) {
25326 arg = $$('Pathname').$new(arg);
25349 return $$('Pathname').$new($$('File').$dirname(self.path))
25355 return $$('Pathname').$new($$('File').$basename(self.path))
25375 …$($$('File'), 'FNM_SYSCASE')['$nonzero?']()) ? ($send(self, 'proc', [], function $Pathname$9(a, b){
25379 return a.$casecmp(b)['$=='](0);})) : ($send(self, 'proc', [], function $Pathname$10(a, b){
25416 return $$('Pathname').$new(".")
25418 return $$('Pathname').$new($send($$('File'), 'join', $to_a(relpath_names)))
25440 return $def(self, '$Pathname', function $$Pathname(path) {
25442 return $$('Pathname').$new(path)