Method: Inch::CodeObject::Proxy::Base#object_lookup

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

#object_lookup#find

Returns an object that responds to #find to look up objects by their full name.

Returns:

  • (#find)

    an object that responds to #find to look up objects by their full name



18
19
20
# File 'lib/inch/code_object/proxy/base.rb', line 18

def object_lookup
  @object_lookup
end