Class: Hazetug::Config
- Inherits:
-
Object
- Object
- Hazetug::Config
- Defined in:
- lib/hazetug/config.rb
Constant Summary collapse
- PATH =
File.("~/.hazetug")
Class Method Summary collapse
Class Method Details
.[](key) ⇒ Object
19 20 21 |
# File 'lib/hazetug/config.rb', line 19 def [](key) @credentials[key] end |