Method: CORL::Plugin::Network#home
- Defined in:
- lib/core/plugin/network.rb
#home ⇒ Object
67 68 69 |
# File 'lib/core/plugin/network.rb', line 67 def home extension_set(:home, ( ENV['USER'] == 'root' ? '/root' : ENV['HOME'] )) end |