Method: Inch::Language::Elixir::CodeObject::Base#namespace?
- Defined in:
- lib/inch/language/elixir/code_object/base.rb
#namespace? ⇒ Boolean
Returns true if the object represents a namespace.
129 130 131 |
# File 'lib/inch/language/elixir/code_object/base.rb', line 129 def namespace? self[:namespace?] end |