Method: GitWit::Actions::Ssh::Home#revoke!
- Defined in:
- lib/git_wit/actions/ssh/home.rb
#revoke! ⇒ Object
16 17 18 19 20 |
# File 'lib/git_wit/actions/ssh/home.rb', line 16 def revoke! say_status :remove, :red destroy if !pretend? && exists? home end |