Method: Inch::Language::Elixir::CodeObject::Base#has_doc?
- Defined in:
- lib/inch/language/elixir/code_object/base.rb
#has_doc? ⇒ Boolean
107 108 109 |
# File 'lib/inch/language/elixir/code_object/base.rb', line 107 def has_doc? self[:has_doc?] end |