/tools/Ruby/lib/ruby/gems/1.8/gems/configatron-2.8.2/lib/configatron/core_ext/kernel.rb

http://github.com/agross/netopenspace · Ruby · 8 lines · 5 code · 2 blank · 1 comment · 0 complexity · a6329f3874a234458f599c643b214ab0 MD5 · raw file

  1. module Kernel
  2. # Provides access to the Configatron storage system.
  3. def configatron
  4. Configatron.instance
  5. end
  6. end