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