# File rtex.rb, line 487 def initialize( filename) @text = '' File.open( filename ){ |f| @text = f.readlines.to_s } end