Method: Aggkit::Env#core_dot_file
- Defined in:
- lib/aggkit/env.rb
#core_dot_file ⇒ Object
87 88 89 90 91 92 93 |
# File 'lib/aggkit/env.rb', line 87 def core_dot_file begin File.join(core_root, '.env') rescue StandardError nil end end |