Method: Inch::CodeObject::Proxy::Base#namespace?
- Defined in:
- lib/inch/code_object/proxy/base.rb
#namespace? ⇒ Boolean
Returns true if the object represents a namespace.
146 147 148 |
# File 'lib/inch/code_object/proxy/base.rb', line 146 def namespace? self[:namespace?] end |