Method: Inch::Codebase::Objects#all
- Defined in:
- lib/inch/codebase/objects.rb
#all ⇒ Array<CodeObject::Proxy::Base>
Returns all parsed objects as code object proxies
35 36 37 |
# File 'lib/inch/codebase/objects.rb', line 35 def all @list end |