Method: Textbringer::Utils.foreground

Defined in:
lib/textbringer/utils.rb

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



62
63
64
# File 'lib/textbringer/utils.rb', line 62

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