Method: Specinfra::Command::Base::User.check_exists
- Defined in:
- lib/specinfra/command/base/user.rb
permalink .check_exists(user) ⇒ Object
[View source]
3 4 5 |
# File 'lib/specinfra/command/base/user.rb', line 3 def check_exists(user) "id #{escape(user)}" end |