3 4 5
# File 'lib/window_blessing/xterm_log.rb', line 3 def self.log(str) File.open("xterm.log","a+") {|f| f.puts str} end