diff Lib/IMPL/Object/Abstract.pm @ 93:0667064553ef

fixed _is_class in activator rewritten IMPL::Config::Resolve new features in the Abstract class
author wizard
date Wed, 28 Apr 2010 17:50:55 +0400
parents dc1da0389db7
children c6fb6964de4c
line wrap: on
line diff
--- a/Lib/IMPL/Object/Abstract.pm	Tue Apr 27 20:10:07 2010 +0400
+++ b/Lib/IMPL/Object/Abstract.pm	Wed Apr 28 17:50:55 2010 +0400
@@ -73,6 +73,10 @@
     return (ref $self || $self);
 }
 
+sub type {
+	ref $_[0] || $_[0];
+}
+
 sub isDisposed {
     0;
 }