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