37 38 39 40 41 42 43
# File 'lib/chef/resource/script.rb', line 37 def code(arg=nil) set_or_return( :code, arg, :kind_of => [ String ] ) end