74 75 76 77
# File 'lib/chef/user.rb', line 74 def password(arg = nil) set_or_return(:password, arg, kind_of: String) end