Class: MockingServer

Inherits:
Object
  • Object
show all
Defined in:
lib/mocking_server.rb

Defined Under Namespace

Modules: Methods Classes: App

Instance Method Summary collapse

Instance Method Details

#runObject



9
10
11
12
13
14
# File 'lib/mocking_server.rb', line 9

def run
  start
  yield if block_given?
ensure
  shutdown
end