Method: RubyCurses.startup
- Defined in:
- lib/rbcurse/core/widgets/rwidget.rb
.startup ⇒ Object
class radio
3262 3263 3264 3265 3266 3267 3268 |
# File 'lib/rbcurse/core/widgets/rwidget.rb', line 3262 def self.startup VER::start_ncurses path = File.join(ENV["LOGDIR"] || "./" ,"rbc13.log") file = File.open(path, File::WRONLY|File::TRUNC|File::CREAT) $log = Logger.new(path) $log.level = Logger::DEBUG end |