<beginner>
i mean mb not in the view of the fact On3 but looks neat
<gr33n7007h>
beginner: super dope!
jasfloss has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 252 seconds]
Sampersand has quit [Quit: Client closed]
beginner has quit [Ping timeout: 252 seconds]
cappy has quit [Quit: Leaving]
jmcantrell has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 248 seconds]
eddof13 has quit [Quit: eddof13]
testone has quit [Remote host closed the connection]
testone has joined #ruby
gemmaro_ has quit [Ping timeout: 252 seconds]
gemmaro has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 268 seconds]
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 244 seconds]
carlomonte_ has joined #ruby
carlomonte has quit [Ping timeout: 276 seconds]
sunyour has quit [Ping timeout: 248 seconds]
sunyour has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 246 seconds]
Sampersand has joined #ruby
MyNetAz has quit [Remote host closed the connection]
lunarkitty is now known as o
o is now known as Guest6058
Guest6058 is now known as s
s is now known as e
e is now known as Guest4898
Guest4898 is now known as n
n is now known as b
b is now known as c
c is now known as lunarkitty
jmcantrell has quit [Quit: WeeChat 4.5.2]
MyNetAz has joined #ruby
grenierm has joined #ruby
testone has quit [Remote host closed the connection]
testone has joined #ruby
testone has quit [Remote host closed the connection]
testone has joined #ruby
grenierm has quit [Quit: Client closed]
grenierm has joined #ruby
Sampersand has quit [Ping timeout: 240 seconds]
testone has quit [Remote host closed the connection]
testone has joined #ruby
toretore has joined #ruby
denvermullets has joined #ruby
carlomonte_ has quit [Quit: carlomonte_]
denvermullets has quit [Ping timeout: 260 seconds]
carlomonte has joined #ruby
denvermullets has joined #ruby
weaksauc_ has quit [Ping timeout: 246 seconds]
denvermullets has quit [Ping timeout: 248 seconds]
sarna has quit [Ping timeout: 276 seconds]
<nakilon>
doesn't even look like ruby
<nakilon>
you could use .combination or some method from string that iterates overs substrings, I don't remember
sarna has joined #ruby
Rounin has quit [Ping timeout: 265 seconds]
infinityfye has joined #ruby
fantazo has joined #ruby
carlomonte has quit [Changing host]
carlomonte has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 260 seconds]
TomyWork has joined #ruby
Guest921111 has joined #ruby
carlomonte has quit [Quit: carlomonte]
carlomonte has joined #ruby
Rounin has joined #ruby
Rounin has quit [Changing host]
Rounin has joined #ruby
Guest921111 has quit [Quit: Client closed]
grenierm has quit [Ping timeout: 240 seconds]
brokkoli_origin has quit [Ping timeout: 252 seconds]
brokkoli_origin has joined #ruby
mange has quit [Quit: Zzz...]
peder has quit [Ping timeout: 248 seconds]
peder has joined #ruby
carlomonte has quit [Quit: carlomonte]
carlomonte has joined #ruby
carlomonte has quit [Client Quit]
carlomonte has joined #ruby
TomyWork has quit [Ping timeout: 248 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
TomyWork has joined #ruby
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 244 seconds]
Thanzex02 has quit [Ping timeout: 244 seconds]
Thanzex02 has joined #ruby
testone has quit [Remote host closed the connection]
testone has joined #ruby
testone has quit [Remote host closed the connection]
testone has joined #ruby
denvermullets has joined #ruby
peder has quit [Ping timeout: 268 seconds]
GreenResponse has joined #ruby
denvermullets has quit [Ping timeout: 265 seconds]
peder has joined #ruby
MyNetAz has quit [Remote host closed the connection]
user71 has joined #ruby
MyNetAz has joined #ruby
eddof13 has joined #ruby
eddof13 has quit [Quit: eddof13]
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 252 seconds]
polishdub has quit [Remote host closed the connection]
jmcantrell has joined #ruby
weaksauce has joined #ruby
polishdub has joined #ruby
eddof13 has joined #ruby
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #ruby
levitating has joined #ruby
livoreno has joined #ruby
FetidToot1 has joined #ruby
FetidToot has quit [Ping timeout: 248 seconds]
FetidToot1 is now known as FetidToot
r2ro has joined #ruby
carlomonte has quit [Quit: carlomonte]
R2robot has quit [Ping timeout: 260 seconds]
r2ro has quit [Ping timeout: 248 seconds]
cappy has joined #ruby
R2robot has joined #ruby
r2ro has joined #ruby
Sampersand has joined #ruby
r2ro has quit [Client Quit]
R2robot has quit [Ping timeout: 260 seconds]
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 260 seconds]
toretore has quit [Ping timeout: 248 seconds]
Sampersand has quit [Quit: Client closed]
cappy has quit [Quit: Leaving]
Sampersand has joined #ruby
patrick has quit [Ping timeout: 248 seconds]
patrick_ is now known as patrick
patrick_ has joined #ruby
patrick has joined #ruby
patrick has quit [Changing host]
patrick_ is now known as patrick
patrick_ has joined #ruby
R2robot has joined #ruby
Guest47 has joined #ruby
Guest47 has quit [Quit: Client closed]
denvermullets has joined #ruby
denvermullets has quit [Ping timeout: 244 seconds]
r2ro has joined #ruby
R2robot has quit [Ping timeout: 276 seconds]
toretore has joined #ruby
TomyWork has quit [Remote host closed the connection]
livoreno has quit [Quit: Connection closed for inactivity]
Linux_Kerio has joined #ruby
Linux_Kerio has quit [Read error: Connection reset by peer]
brokkoli_origin has quit [Ping timeout: 272 seconds]
<havenwood>
beginner: An aside, but I'd be tempted to use `s.size.times` instead of the Range. You can also use a Regexp for checking the String in one pass but it's not the prettiest.