Method: Bacon::Context#run

Defined in:
lib/mac_bacon.rb

#runObject



352
353
354
355
356
357
358
359
360
# File 'lib/mac_bacon.rb', line 352

def run
  # TODO
  #return  unless name =~ RestrictContext
  if spec = current_specification
    spec.performSelector("run", withObject:nil, afterDelay:0)
  else
    Bacon.context_did_finish(self)
  end
end