1 2 3
feed = RssParser.run("http://ws.audioscrobbler.com/1.0/user/me/recenttracks.rss") song1 = feed[:items][0][:title] ...
1 2 3 4
def ask_words array = [] puts 'Enter words, blank row quits.' ...
Ruby Method for sorting
This is exercise from Chris...
Im new to Ruby, I think it ...