Page 1 of 1

NAMESPACE KNOWN LIST

Posted: Wed Apr 24, 2013 12:28 pm
by Tronic
Please add your NAMESPACE here to prevent conflict of private class.

How to:
when you create a new class incorporated it into a Module

Code: Select all

module YourNameSpace # This becomes your namespace (your identifier in short)
    class MyClass
    ... some stuff ...
    end # end class
end # end module

Here, Trogluddite in-depth explanation

thank you all for your cooperation.

Please DSRs developer, can you sticky this post ?

Re: NAMESPACE KNOWN LIST

Posted: Wed Apr 24, 2013 12:31 pm
by Tronic
Reserved NAMESPACE LIST:

  • DWB
  • Trog
  • TRONIC

Re: NAMESPACE KNOWN LIST

Posted: Wed Apr 24, 2013 11:56 pm
by trogluddite
And for me...
Trog

@Tronic - Great idea, very useful to have a 'register' instead of trawling through everyone's code! :)

I know it's a bit of a PITA, but would you mind collecting these up into your top post? We have no "user moderators" here, so you're the only one able to edit that post - don't know if the dev's will get around to the 'stickying', but it would be at least nice to have the list not spread out over several thread pages.

Re: NAMESPACE KNOWN LIST

Posted: Thu Apr 25, 2013 12:24 pm
by digitalwhitebyte
add for me DWB
thx
good :idea: