Method: Textbringer::Utils.foreground

Defined in:
lib/textbringer/utils.rb

.foreground(&block) ⇒ Object Also known as: next_tick



64
65
66
# File 'lib/textbringer/utils.rb', line 64

def foreground(&block)
  Controller.current.next_tick(&block)
end