E
Eric Gross
If you have a long method call like:
some.long.method.call
how can i make it
some.long (next line)
method.call
some.long.method.call
how can i make it
some.long (next line)
method.call
If you have a long method call like:
some.long.method.call
how can i make it
some.long (next line)
.method.call
harp:~ > cat a.rb
p Time\
now
harp:~ > ruby a.rb
Fri Sep 29 20:59:45 MDT 2006
-:1: uninitialized constant Timenow (NameError)puts Time\
now
XXX
Sat Sep 30 10:42:14 GMT+1:00 2006puts Time.
now
XXX
Sat Sep 30 10:43:18 GMT+1:00 2006puts Time\
.now
XXX
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.