Method: Contr::Base.async

Defined in:
lib/contr/base.rb

.async(async) ⇒ Object



8
9
10
# File 'lib/contr/base.rb', line 8

def async(async)
  set_config(:async, async)
end