# File lib/chef/resource/file.rb, line 34
      def content(arg=nil)
        set_or_return(
          :content,
          arg,
          :kind_of => String
        )
      end