Well, I was in your situation too as I tried to learn both of them , as well as many others.
I must say that you can't know what language is right for you if you don't try it yourself.
I like Ruby elegant very much, as its meta-programming feature is very strong and helpful. I met some obstacles on the way approaching Ruby since somewhat you saw may not be alike to what you will actually use. Still, I learned Ruby at a well understanding level.
But...
When I got involved to Iron Ruby on .NET, and suddenly think about using some functional style to simplify my App,i was again, curious about F# on .NET. In F#, when I look at other's codes , i don't really get into it. But when I actually do it all by myself, I know very clear what to do, how to do and what it mean. It's totally different. I don't even need to read sample codes as before (with other languages). I can arrange all of ideas very clean & clear, no more serious bugs.
So I hope via my little story, you can made your choice based on your "Feeling" about those 2 languages. Ya, One is attractive, easy to understand or illustrate while the other is cold, somewhat hard to understand at first, but really work like charm when you get down into it.