Method: LearnOpen::Adapters::SystemAdapter.open_login_shell
- Defined in:
- lib/learn_open/adapters/system_adapter.rb
.open_login_shell(shell) ⇒ Object
10 11 12 |
# File 'lib/learn_open/adapters/system_adapter.rb', line 10 def self.open_login_shell(shell) exec("#{shell} -l") end |