110 111 112 113
# File 'lib/chef/user_v1.rb', line 110 def password(arg = nil) set_or_return(:password, arg, kind_of: String) end