Method: Inch::CodeObject::Proxy#object_lookup

Defined in:
lib/inch/code_object/proxy.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



23
24
25
# File 'lib/inch/code_object/proxy.rb', line 23

def object_lookup
  @object_lookup
end