22 23 24 25
# File 'lib/filefm/config.rb', line 22 def self.load return nil if not File.exist?(file) @config ||= YAML.load_file file end