public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
Search Repo:
Removed dead Piston::Commands::Import#constantize.

I'm still not decided on whether or not I should require ActiveSupport, 
but it looks like I'll do it.
francois (author)
Tue May 13 15:55:22 -0700 2008
commit  6e1cadf946995cf390038318006423b6363d6e1c
tree    b7c2b8268e5ceb5c1a07d2ace2cee960f600830b
parent  e3ecdb9457fe4604d79a9b159bf88140041150a0
...
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
...
64
65
66
 
 
 
 
 
 
 
 
 
 
67
68
69
0
@@ -64,16 +64,6 @@
0
           tmpdir.rmtree rescue nil
0
         end
0
       end
0
-
0
- protected
0
- # Copied from ActiveSupport
0
- def constantize(camel_cased_word)
0
- unless /\A(?:::)?([A-Z]\w*(?:::[A-Z]\w*)*)\z/ =~ camel_cased_word
0
- raise NameError, "#{camel_cased_word.inspect} is not a valid constant name!"
0
- end
0
-
0
- Object.module_eval("::#{$1}", __FILE__, __LINE__)
0
- end
0
     end
0
   end
0
 end

Comments

    No one has commented yet.