less verbose inspect method for modules

git-svn-id: file:///home/svn/framework3/trunk@7951 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-12-23 01:46:20 +00:00
parent b933f49ec3
commit 86f1616d24
1 changed files with 5 additions and 1 deletions

View File

@ -25,6 +25,10 @@ module Module
end end
end end
def inspect
"#<Module:#{self.fullname} datastore=[#{self.datastore.inspect}]>"
end
# #
# Initializes the simplified interface. # Initializes the simplified interface.
# #