vote up 3 vote down star

My current question is what does the << operator do in Ruby? But my real question is how would I search Google to find the answer?

flag
definitely not programming related ("how to find something on google") – cletus Feb 8 at 14:07
Yeah @Cletus, and your "Good PHP hosting options?" was just number one on the "top programming questions" list. – yar Feb 8 at 14:11
I think this question is related to programming than "Good PHP hosting options?". – Niyaz Feb 8 at 14:35
I agree, but I've made it a community wiki anyway to avoid any problems... although now it's doing quite well... – yar Feb 8 at 15:37

4 Answers

vote up 6 vote down check

Google for "ruby operators" (without the quotes), open the first link in a new window, use your browser to search for '<<' (without the quotes).

link|flag
Already thought of that, but thanks. I wanted something a bit more specific. – yar Feb 8 at 14:12
Months later, I think this is the best way. – yar Feb 28 at 14:02
vote up 4 vote down

"shift left operator ruby"

Google will only find something if you search for words and numbers...

link|flag
Interesting approach. Thanks. – yar Feb 8 at 14:09
Of course, this approach only works when you know that << means left shift ;) – Rowland Shaw Feb 8 at 14:11
That's true Rowland. I tried searching on "double less-than signs ruby" without the quotes and the result was okay. – yar Feb 8 at 17:05
vote up 1 vote down

Google Code Search lets you search public source code repositories, so perhaps you can find examples of "<<" in Ruby to help you figure out what's going on.

link|flag
vote up 1 vote down

Use the "ruby operators" search Joe Casadonte suggested to find the words you're after, then google using those words?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.