J
Jim Burgess
Hi,
I am writing a ruby application with FXRuby, which also uses the ruby
gem 'spreadsheet' to create an Excel file. Everything was working fine
until this morning when, for some reason, when I ran my application, it
started spewing out warnings at me (literally hundreds), caused by the
'spreadsheet' gem.
e.g.
"c:/ruby/lib/ruby/gems/1.8/gems/spreadsheet-0.6.1.9/lib/spreadsheet/datatypes.rb:27:
warning: instance variable @text_wrap not initialized"
Can anyone tell me how to turn off warnings in ruby while I try to
figure this out?
Thanks a lot.
I'm currently working with ruby 1.8.6 and using xp
I am writing a ruby application with FXRuby, which also uses the ruby
gem 'spreadsheet' to create an Excel file. Everything was working fine
until this morning when, for some reason, when I ran my application, it
started spewing out warnings at me (literally hundreds), caused by the
'spreadsheet' gem.
e.g.
"c:/ruby/lib/ruby/gems/1.8/gems/spreadsheet-0.6.1.9/lib/spreadsheet/datatypes.rb:27:
warning: instance variable @text_wrap not initialized"
Can anyone tell me how to turn off warnings in ruby while I try to
figure this out?
Thanks a lot.
I'm currently working with ruby 1.8.6 and using xp