If call method HTML file not create

def Readfrom_file(fieldata,log,result)
@fielddata = 1234
@log = 123
@result = 12322
puts @fielddata
puts @log
puts @result

fileHtml = File.new(“C:\test\test.html”, “w+”)
fileHtml.puts “RESULT<\B>

fileHtml.puts “


fileHtml.puts “

fileHtml.puts “

fileHtml.puts “


fileHtml.puts “

fileHtml.close()
system(“start C:\test\test.html”)
end

if i call this method that time html file not created if i remove the
method line that time html file created

i dont know where is the problem plz help me

Field Data
fileHtml.puts “
LogResult
#{@fielddata}
fileHtml.puts “
#{@log}#{@result}

On Thu, May 27, 2010 at 3:51 AM, King M. [email protected]
wrote:

if i call this method that time html file not created if i remove the
method line that time html file created

??? If you call what method?

i dont know where is the problem plz help me

And in the name of all that’s holy, why are you writing such god-awful
deprecated invalid 1996-ish “html” ?? Just wondering…