public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
No need for reloading any more

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@431 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Jan 16 09:58:54 -0800 2005
commit  92a29257b5f83863dbf31f195c361fd53eafff67
tree    6a1deec339170c96f1d3f5036325cacb5e42cdae
parent  954fd97d002585926b9c9f24a841d6a11d66ab25
...
26
27
28
29
30
31
32
33
34
35
36
37
...
26
27
28
 
 
 
 
 
 
29
30
31
0
@@ -26,12 +26,6 @@
0
   def associate_with(file_name)
0
     depend_on(file_name, true)
0
   end
0
-
0
- def reload
0
- reloading = loaded.dup
0
- clear
0
- reloading.each { |file_name| depend_on(file_name, true) }
0
- end
0
   
0
   def clear
0
     self.loaded = [ ]

Comments

    No one has commented yet.