Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
~/NetBeansProjects/jruby ➔ ../v1_8_6_114/ruby -e "module XXX; end; module YYY; end; p XXX::YYY" -e:1: uninitialized constant XXX::YYY (NameError) ~/NetBeansProjects/jruby ➔ ../v1_8_6_114/ruby -e "class XXX; end; class YYY; end; p XXX::YYY" -e:1: warning: toplevel constant YYY referenced by XXX::YYY YYY
From the Design Piracy series on my blog: