الفرق بين المراجعتين لصفحة: «Ruby/UncaughtThrowError/tag»

من موسوعة حسوب
أنشأ الصفحة ب'<noinclude>{{DISPLAYTITLE: التابع <code>tag‎</code> الخاص بالصنف <code>UncaughtThrowError</code> في روبي}}</noinclude> تصنيف: Ruby [...'
 
ط مراجعة وتدقيق.
 
(مراجعة متوسطة واحدة بواسطة مستخدم واحد آخر غير معروضة)
سطر 1: سطر 1:
<noinclude>{{DISPLAYTITLE: التابع <code>tag‎</code> الخاص بالصنف <code>UncaughtThrowError</code> في روبي}}</noinclude>
<noinclude>{{DISPLAYTITLE: التابع <code>UncaughtThrowError.tag‎</code> في روبي}}</noinclude>
[[تصنيف: Ruby]]
[[تصنيف: Ruby]]
[[تصنيف: Ruby Method]]
[[تصنيف: Ruby Method]]
[[تصنيف: Ruby UncaughtThrowError]]
[[تصنيف: Ruby UncaughtThrowError]]
يعيد التابع <code>tag</code> كائن الوسم (tag object) الذي تم استُدعي معه.
يعيد التابع <code>tag</code> كائن الوسم (tag object) الذي استُدعي معه.
==البنية العامة==
==البنية العامة==
<syntaxhighlight lang="ruby">tag→ obj‎</syntaxhighlight>
<syntaxhighlight lang="ruby">tag→ obj‎</syntaxhighlight>
==القيمة المُعادة==
==القيمة المعادة==
==انظر أيضا==
يعاد كائن الوسم (tag object) للكائن <code>UncaughtThrowError</code> المعطى.
* التابع <code>[[Ruby/UncaughtThrowError/new|new]]</code>: فئة الوثيقة: <code>[[Ruby/UncaughtThrowError|UncaughtThrowError]]</code>
 
* التابع <code>[[Ruby/UncaughtThrowError/to_s|to_s]]</code>: يعيد ظظ رسالة منسقة تحتوي الوسم (tag).
==انظر أيضًا==
* التابع <code>[[Ruby/UncaughtThrowError/to_s|to_s]]</code>: يعيد رسالة منسقة تحتوي الوسم (tag).
==مصادر==
==مصادر==
*[http://ruby-doc.org/core-2.5.1/UncaughtThrowError.html#method-i-tag قسم التابع tag‎ في الصنف UncaughtThrowError‎ في توثيق روبي الرسمي.]
*[http://ruby-doc.org/core-2.5.1/UncaughtThrowError.html#method-i-tag قسم التابع tag‎ في الصنف UncaughtThrowError‎ في توثيق روبي الرسمي.]

المراجعة الحالية بتاريخ 07:44، 8 ديسمبر 2018

يعيد التابع tag كائن الوسم (tag object) الذي استُدعي معه.

البنية العامة

tag obj

القيمة المعادة

يعاد كائن الوسم (tag object) للكائن UncaughtThrowError المعطى.

انظر أيضًا

  • التابع to_s: يعيد رسالة منسقة تحتوي الوسم (tag).

مصادر