Method: Inch::CodeObject::Proxy::Base#children

Defined in:
lib/inch/code_object/proxy/base.rb

#childrenArray?

To be overridden

Returns:

  • (Array, nil)

    the children of the current object or nil

See Also:



34
35
36
# File 'lib/inch/code_object/proxy/base.rb', line 34

def children
  nil
end