الفرق بين المراجعتين لصفحة: «Ruby/Integer/inspect»
أنشأ الصفحة ب'<noinclude>{{DISPLAYTITLE: التابع <code>inspect</code> الخاص بالصنف <code>Integer</code> في روبي}}</noinclude> تصنيف: Ruby تصن...' |
لا ملخص تعديل |
||
سطر 3: | سطر 3: | ||
[[تصنيف: Ruby Method]] | [[تصنيف: Ruby Method]] | ||
[[تصنيف: Ruby Integer]] | [[تصنيف: Ruby Integer]] | ||
<code>inspect</code> هو اسم آخر للتابع <code>[[Ruby/Integer/to s|to_s]]</code>. | |||
==البنية العامة== | ==البنية العامة== | ||
<syntaxhighlight lang="ruby"> | <syntaxhighlight lang="ruby"> | ||
inspect(*args) | |||
</syntaxhighlight><nowiki/>[[Ruby/ENV/key|<code></code>]] | |||
==مصادر== | ==مصادر== | ||
*[http://ruby-doc.org/core-2.5.1/Integer.html#method-i-inspect قسم التابع inspect في الصنف Integer في توثيق روبي الرسمي.] | *[http://ruby-doc.org/core-2.5.1/Integer.html#method-i-inspect قسم التابع inspect في الصنف Integer في توثيق روبي الرسمي.] |