Lines Matching refs:to_path
22450 …Opal.add_stubs('respond_to?,to_path,coerce_to!,pwd,split,sub,+,unshift,join,home,raise,start_with?…
22475 path = ($truthy(path['$respond_to?']("to_path")) ? (path.$to_path()) : (path));
22541 // Coerce a given path to a path string using #to_path and #to_str
22543 if ($truthy((path)['$respond_to?']("to_path"))) {
22544 path = path.$to_path();
23419 …Opal.add_stubs('respond_to?,to_path,coerce_to!,pwd,split,sub,+,unshift,join,home,raise,start_with?…
23444 path = ($truthy(path['$respond_to?']("to_path")) ? (path.$to_path()) : (path));
23510 // Coerce a given path to a path string using #to_path and #to_str
23512 if ($truthy((path)['$respond_to?']("to_path"))) {
23513 path = path.$to_path();
23681 …o?,path,join,call,map,to_proc,start_with?,first,exist?,realpath,!=,close,to_path,pwd,to_str,includ…
23944 path = ($truthy(path['$respond_to?']("to_path")) ? (path.$to_path()) : (path));
24073 Opal.add_stubs('respond_to?,flat_map,to_path,coerce_to!,pwd');
24138 if ($truthy(subpattern['$respond_to?']("to_path"))) {
24139 subpattern = subpattern.$to_path();
24552 …Opal.add_stubs('require,include,quote,===,to_s,path,respond_to?,to_path,is_a?,nil?,raise,class,==,…
24571 } else if ($truthy(path['$respond_to?']("to_path"))) {
24572 self.path = path.$to_path();
24655 $def(self, '$to_path', $return_ivar("path"));
24852 $alias(self, "to_s", "to_path");
24853 return $alias(self, "to_str", "to_path");
24895 return $def(self, '$to_path', $return_ivar("path"));
25132 …Opal.add_stubs('require,include,quote,===,to_s,path,respond_to?,to_path,is_a?,nil?,raise,class,==,…
25151 } else if ($truthy(path['$respond_to?']("to_path"))) {
25152 self.path = path.$to_path();
25235 $def(self, '$to_path', $return_ivar("path"));
25432 $alias(self, "to_s", "to_path");
25433 return $alias(self, "to_str", "to_path");