# File lib/chef/resource/cookbook_file.rb, line 35
      def source(source_filename=nil)
        set_or_return(:source, source_filename, :kind_of => String)
      end