## # Baurets Software # kayaman@baurets.net # module Baurets module Optionsful autoload :Server, 'baurets/optionsful/server' autoload :Introspections, 'baurets/optionsful/introspections' autoload :Config, 'baurets/optionsful/config' end end