Ruby Methods 💎

Ruby Methods 💎

Tonya (lvl 1)
Strings 🌿

Preview this deck

Method to use to achieve the following:

'ababab'

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

1

All-time users

1

Favorites

0

Last updated

7 months ago

Date created

Sep 15, 2020

Cards (1)

Strings 🌿

(1 card)

Method to use to achieve the following:

'ababab'

Front

'ab' * 3

str * integer -> new_str

Back