Method: Inch::CodeObject::Proxy::Base#undocumented?
- Defined in:
- lib/inch/code_object/proxy/base.rb
#undocumented? ⇒ Boolean
Returns true if the object has no documentation at all.
190 191 192 |
# File 'lib/inch/code_object/proxy/base.rb', line 190 def undocumented? self[:undocumented?] end |