Sha256: 7e689f7a5020b35e75e2ffef21fef24cbc2eb5b0c1f2f5fcca583a0969747d96

Contents?: true

Size: 170 Bytes

Versions: 1

Compression:

Stored size: 170 Bytes

Contents

module LitaDotenv
  VERSION = '0.0.1'

  autoload :Loader, 'lita_dotenv/loader'

  class << self
    def new(config)
      LitaDotenv::Loader.new config
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita_dotenv-0.0.1 lib/lita_dotenv.rb