# File lib/newgem/quick_template.rb, line 6
    def initialize(file)
      @file = file
      @text = File.read(file)
    end