Method: Inch::CodeObject::Provider::YARD::Object::Base#undocumented?

Defined in:
lib/inch/code_object/provider/yard/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



222
223
224
# File 'lib/inch/code_object/provider/yard/object/base.rb', line 222

def undocumented?
  original_docstring.empty?
end