ianalexh

Results 7 comments of ianalexh

Thanks! I will have to try that out. My solution in the meantime was to force a return, thus: def repeat(input, x=2) print_array = [] x.times {print_array.push("#{input}")} return print_array.join(" ")...

Hmmmmm.... thinking through..... in my second edition, rather than print, I force each word into an array. Then I spit the array back into a string (probably should not have...

Very nice work. These exercises really are top-notch. I know that once I've worked through, my skill will have increased a hundred fold. Thanks again!

Well, I couldn't get "rake" to work, but I probably don't know how to use it correctly. The instruction in the file is: # ## Run the test # #...

Here is one I ran on pig-latin, from inside the directory I had set up (rake pig_latin_spec.rb): rake aborted! Don't know how to build task 'pig_latin_spec.rb' By the way, these...

Ah, I get it now.... rake works now, but it didn't seem to work before - I think because I hadn't built the *.rb file yet, and didn't understand the...

Yes, that's it! Replace split_array_final_composite