# File lib/rhc/config.rb, line 7 def self.default @default ||= begin RHC::Config.new end.tap do |c| c.read_config_files end end