Module: LitaDotenv
- Defined in:
- lib/lita_dotenv.rb,
lib/lita_dotenv/loader.rb
Defined Under Namespace
Classes: Loader
Constant Summary collapse
- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
.new(config) ⇒ Object
7 8 9 |
# File 'lib/lita_dotenv.rb', line 7 def new(config) LitaDotenv::Loader.new config end |