Method: NameMagic::ClassMethods#namespace!
- Defined in:
- lib/y_support/name_magic/class_methods.rb
#namespace! ⇒ Object
Sets the namespace for the class to self.
163 164 165 |
# File 'lib/y_support/name_magic/class_methods.rb', line 163 def namespace! nil.tap { self.namespace = self } end |