Method: Inch::CodeObject::Proxy::NamespaceObject#attributes
- Defined in:
- lib/inch/code_object/proxy/namespace_object.rb
#attributes ⇒ Object
The wording is a bit redundant, but this means the class and instance attributes of the namespace
9 10 11 |
# File 'lib/inch/code_object/proxy/namespace_object.rb', line 9 def attributes self[:attributes] end |