Sha256: 8fd030766e78e1507f1e3319d5fb288a29b61b1ae9db6a0261ac5c66334485d0

Contents?: true

Size: 120 Bytes

Versions: 2

Compression:

Stored size: 120 Bytes

Contents

module WindowBlessing
class XtermLog
  def self.log(str)
    File.open("xterm.log","a+") {|f| f.puts str}
  end
end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
window_blessing-0.0.4 lib/window_blessing/xterm_log.rb
window_blessing-0.0.1 lib/window_blessing/xterm_log.rb