Method: Inspec::Resources::User#has_login_shell?
- Defined in:
- lib/resources/users.rb
#has_login_shell?(compare_shell) ⇒ Boolean
238 239 240 241 |
# File 'lib/resources/users.rb', line 238 def has_login_shell?(compare_shell) deprecated('has_login_shell?', "Please use: its('shell')") shell == compare_shell end |