lib/quebert/support.rb in quebert-0.0.0 vs lib/quebert/support.rb in quebert-0.0.1
- old
+ new
@@ -1,6 +1,10 @@
module Quebert
module Support
+
+ autoload :PidFile, 'quebert/support/pid_file'
+ autoload :Registry, 'quebert/support/registry'
+
# Borrowed from Rails ActiveSupport
def self.constantize(camel_cased_word) #:nodoc:
names = camel_cased_word.split('::')
names.shift if names.empty? || names.first.empty?
\ No newline at end of file