public
Fork of vigetlabs/loggable
Description: Small Ruby gem that will allow you to add logging capabilities to any class
Homepage: http://viget.rubyforge.org
Clone URL: git://github.com/reagent/loggable.git
Search Repo:
Remove unnecessary extend/include code
reagent (author)
Fri May 09 12:44:46 -0700 2008
commit  34d0690da99287978a3a185cbe840190824bd6b4
tree    a895c6f5640c0a92d7b43a6f7cb55219e2cee3c0
parent  a45ec76cfe1db3990b59ea00dae05950d6481b9d
...
12
13
14
15
16
17
18
19
20
...
12
13
14
 
 
 
15
16
17
0
@@ -12,9 +12,6 @@
0
     # the specified level. See the README for details.
0
     #
0
     def logger=(logger)
0
- extend ClassMethods
0
- include InstanceMethods
0
-
0
       @@logger = logger
0
     end
0
     

Comments

    No one has commented yet.