Class: Andromeda::Guides::SpawnTrack
Instance Method Summary
collapse
Methods included from Impl::To_S
short_s, #to_s, #to_short_s
Instance Method Details
#follow(*args, &thunk) ⇒ Object
44
45
46
|
# File 'lib/andromeda/guide.rb', line 44
def follow(*args, &thunk)
Thread.new { || thunk.call *args }
end
|