Lines Matching refs:to_path
22441 …Opal.add_stubs('respond_to?,to_path,coerce_to!,pwd,split,sub,+,unshift,join,home,raise,start_with?…
22466 path = ($truthy(path['$respond_to?']("to_path")) ? (path.$to_path()) : (path));
22532 // Coerce a given path to a path string using #to_path and #to_str
22534 if ($truthy((path)['$respond_to?']("to_path"))) {
22535 path = path.$to_path();
23501 …Opal.add_stubs('require,include,quote,===,to_s,path,respond_to?,to_path,is_a?,nil?,raise,class,==,…
23520 } else if ($truthy(path['$respond_to?']("to_path"))) {
23521 self.path = path.$to_path();
23604 $def(self, '$to_path', $return_ivar("path"));
23801 $alias(self, "to_s", "to_path");
23802 return $alias(self, "to_str", "to_path");