NAMESPACE KNOWN LIST
Posted: Wed Apr 24, 2013 12:28 pm
Please add your NAMESPACE here to prevent conflict of private class.
How to:
when you create a new class incorporated it into a Module
Here, Trogluddite in-depth explanation
thank you all for your cooperation.
Please DSRs developer, can you sticky this post ?
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 ?