85 86 87 88
# File 'lib/chef/user_v1.rb', line 85 def last_name(arg = nil) set_or_return(:last_name, arg, kind_of: String) end