39 40 41 42 43 44 45
# File 'lib/chef/resource/registry_key.rb', line 39 def key(arg=nil) set_or_return( :key, arg, :kind_of => String ) end