less verbose inspect method for modules
git-svn-id: file:///home/svn/framework3/trunk@7951 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b933f49ec3
commit
86f1616d24
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue