Changeset 134 for trunk/lib/camping/reloader.rb
- Timestamp:
- 07/12/2006 12:44:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/lib/camping/reloader.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/camping/reloader.rb
r131 r134 60 60 @klass = Object.const_get(Object.constants.grep(/^#{title}$/i)[0]) rescue nil 61 61 unless @klass and @klass.const_defined? :C 62 puts "!! trouble loading #{title}: not a Camping app "62 puts "!! trouble loading #{title}: not a Camping app, no #{title.capitalize} module found" 63 63 @klass = nil 64 64 return
