Method: Inch::CodeObject::Proxy::Base#inspect

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

#inspectObject



237
238
239
# File 'lib/inch/code_object/proxy/base.rb', line 237

def inspect
  "#<#{self.class}: #{fullname}>"
end