G
globalrev
how do i do this:
str = "you muppet"
if "y" in str:
print "its in there"
whats the best source for documentation on Ruby? i googled and checked
the homepage of ruby but there isnt really a clear one or im jus
duuumb.
str = "you muppet"
if "y" in str:
print "its in there"
whats the best source for documentation on Ruby? i googled and checked
the homepage of ruby but there isnt really a clear one or im jus
duuumb.