Class: Shoes::Swt::Timer
- Inherits:
-
Object
- Object
- Shoes::Swt::Timer
- Defined in:
- shoes-swt/lib/shoes/swt/timer.rb
Instance Method Summary collapse
- #eval_block ⇒ Object
-
#initialize(dsl, app, blk) ⇒ Timer
constructor
A new instance of Timer.
Constructor Details
Instance Method Details
#eval_block ⇒ Object
14 15 16 |
# File 'shoes-swt/lib/shoes/swt/timer.rb', line 14 def eval_block @blk.call end |