settings3.rb 109 Bytes
class Settings3 < Settingslogic
  source "#{File.dirname(__FILE__)}/settings.yml"
  load!  # test of load
end