Method: Inch::Language::Elixir::CodeObject::Base#undocumented?

Defined in:
lib/inch/language/elixir/code_object/base.rb

#undocumented?Boolean

Returns true if the object has no documentation at all.

Returns:

  • (Boolean)

    true if the object has no documentation at all



183
184
185
# File 'lib/inch/language/elixir/code_object/base.rb', line 183

def undocumented?
  self[:undocumented?]
end