for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module LitaDotenv
VERSION = '0.0.2'
autoload :Loader, 'lita_dotenv/loader'
class << self
def new(config)
LitaDotenv::Loader.new config
end