Any ideas why the following succeeds in creating a temp file but does
not write to it?

 def format_q_gen
      file = Tempfile.new([self.generator_file_name, ".rb"],
"./lib/generators")
      file.write("Hello")
 end

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to