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

- old
+ new

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