التابع String.rstrip
في روبي
يعيد التابع rstrip
ب
البنية العامة
rstrip → new_str
القيمة المعادة
يعاد
أمثلة
مثال على استعمال التابع rstrip
:
" hello ".rstrip #=> " hello"
"hello".rstrip #=> "hello"
String.rstrip
في روبييعيد التابع rstrip
ب
rstrip → new_str
يعاد
مثال على استعمال التابع rstrip
:
" hello ".rstrip #=> " hello"
"hello".rstrip #=> "hello"