Hi all...

Is there a way to get Ruby to ignore line ends in a long text string
for readabiliy purposes, for instance a long SQL query?

"
select
        *
  from
        LIB.ACCOUNTs accounts,
        LIB.SSNS ssns,
        LIB.PLANS plans
 where
        accounts.FOO_KEY = ssns.BAR_KEY
   and  plan.BAZ_KEY = ssns.BAR_KEY
   and  ssns.DEPCD = ''
   and ... ETC ETC ETC
"

Thanks for your patience...
-Chris

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to