54 55 56 57 58 59 60
# File 'lib/chef/role.rb', line 54 def name(arg = nil) set_or_return( :name, arg, regex: /^[\-[:alnum:]_]+$/ ) end