module SecureConf::Storage

Constants

Yml

Public Class Methods

fetch(path) click to toggle source
# File lib/secure_conf/storage.rb, line 5
def self.fetch(path)
  ext = File.extname(path).sub(".", "").capitalize
  const_get(ext)
end