Module: Pomodoro::Gui
- Defined in:
- lib/pomodoro/gui.rb,
lib/pomodoro/gui/window.rb,
lib/pomodoro/gui/version.rb
Defined Under Namespace
Classes: Window
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.init(options = {}) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/pomodoro/gui.rb', line 7 def self.init(={}) begin window = Pomodoro::Gui::Window.new() window.show rescue Interrupt => e puts "\r Something goes wrong! :(" end end |
.root ⇒ Object
16 17 18 |
# File 'lib/pomodoro/gui.rb', line 16 def self.root File.dirname __dir__ end |