Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

not hating ruby

Name: Anonymous 2012-01-16 8:20

g-guys i tried ruby a few days ago and i en-enjoyed it.

do any of you know where i can be cured of my homosexual urges?

Name: Anonymous 2012-01-16 22:09

>>24
besides some quibbles (eg "Ruby cant distinguishing a method call from an operator" well, shouldn't operators essentially be methods/functions?
Please, read original article:
http://www.cs.auckland.ac.nz/references/ruby/doc_bundle/FAQ/FAQ.html
Ruby works hard to distinguish method calls from operators, and variable names from method names. Unfortunately, there's no way it can get it right all the time. In this case, ``a +b'' is parsed as ``a(+b)''. Remove the space to the left of ``+'' or add a space to the right of ``+,'' and it will be parsed as an addition.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List