lib/bluepill/process_conditions.rb in bluepill-0.0.46 vs lib/bluepill/process_conditions.rb in bluepill-0.0.47

- old
+ new

@@ -1,6 +1,7 @@ +# -*- encoding: utf-8 -*- module Bluepill - module ProcessConditions + module ProcessConditions def self.[](name) const_get(name.to_s.camelcase) end end end