# File lib/chef/resource/scm.rb, line 79 def svn_username(arg=nil) set_or_return( :svn_username, arg, :kind_of => String ) end