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