# File lib/chef/resource/user.rb, line 58 def comment(arg=nil) set_or_return( :comment, arg, :kind_of => [ String ] ) end