lib/writeexcel/biffwriter.rb in writeexcel-0.6.6 vs lib/writeexcel/biffwriter.rb in writeexcel-0.6.7
- old
+ new
@@ -227,6 +227,11 @@
end
def cleanup # :nodoc:
@filehandle.close(true) if @filehandle
end
+
+ # override Object#inspect
+ def inspect # :nodoc:
+ to_s
+ end
end