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