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