Method: AWS_SSH::Teardown.shells
- Defined in:
- lib/aws_ssh/teardown.rb
.shells(home, shell) ⇒ Object
13 14 15 |
# File 'lib/aws_ssh/teardown.rb', line 13 def self.shells(home, shell) ["#{home}/.#{shell}rc", "#{home}/.#{shell}_profile", "#{home}/.profile"] end |