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