lib/optionsful.rb in optionsful-0.2.3 vs lib/optionsful.rb in optionsful-0.3.0

- old
+ new

@@ -1,10 +1,11 @@ -$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) - -require 'baurets/optionsful/config' -require 'baurets/optionsful/introspections' -require 'baurets/optionsful/server' - -module Optionsful - - +## +# 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 \ No newline at end of file