Add timestamps to print_good() too

git-svn-id: file:///home/svn/framework3/trunk@9011 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-04-04 22:48:35 +00:00
parent 8d6f934570
commit 756c981c2b
1 changed files with 3 additions and 0 deletions

View File

@ -181,6 +181,9 @@ class Module
super(print_prefix + msg)
end
def print_good(msg='')
super(print_prefix + msg)
end
#
# Returns the module's framework full reference name. This is the
# short name that end-users work with (refname) plus the type