class Rfd::DebugWindow
Public Class Methods
new()
click to toggle source
Calls superclass method
Rfd::Window::new
# File lib/rfd/windows.rb, line 70 def initialize super maxy: 1, maxx: 29, begy: 1, begx: Curses.cols - 30 end
Public Instance Methods
debug(s)
click to toggle source
# File lib/rfd/windows.rb, line 74 def debug(s) writeln 0, s.to_s noutrefresh end