method
inspect
v2_4_6 -
Show latest stable
- Class:
RDoc::Store
inspect()public
No documentation available.
# File lib/rdoc/store.rb, line 476
def inspect # :nodoc:
"#<%s:0x%x %s %p>" % [self.class, object_id, @path, module_names.sort]
end