# File lib/chef/data_bag.rb, line 92 def name(arg=nil) set_or_return( :name, arg, :regex => VALID_NAME ) end