|
|
سطر 1: |
سطر 1: |
| <noinclude>{{DISPLAYTITLE: التابع <code>absolute_path</code> الخاص بالصنف <code>Location</code> في روبي}}</noinclude>
| |
| [[تصنيف: Ruby]]
| |
| [[تصنيف: Ruby Method]]
| |
| [[تصنيف: Ruby Location]]
| |
| يُعيد التابع <code>absolute_path</code> مسار الملف الكامل الملف لل[[Ruby/Fiber|ليف]].
| |
|
| |
|
| هذا التابع مشابه للتابع <code>[[Ruby/Location/path|path]]</code>، ولكنه يتضمن المسار المطلق.
| |
| ==البنية العامة==
| |
| <syntaxhighlight lang="ruby"></syntaxhighlight>
| |
| ==القيمة المُعادة==
| |
| ==انظر أيضا==
| |
| * التابع <code>[[Ruby/Location/base_label|base_label]]</code>: يعيد التابع <code>base_label</code> التسمية الأساسية (base label) لهذا [[Ruby/Fiber|الليف]].
| |
| ==مصادر==
| |
| *[http://ruby-doc.org/core-2.5.1/Thread/Backtrace/Location.html#method-i-absolute_path قسم التابع absolute_path في الصنف Location في توثيق روبي الرسمي.]
| |