/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
- module Kernel
-
- # Provides access to the Configatron storage system.
- def configatron
- Configatron.instance
- end
-
- end