Method: FlashPolicyServer#run!

Defined in:
lib/flash_policy_server.rb

#run!Object

Loads up a policy file from pwd and starts the server.



7
8
9
10
11
# File 'lib/flash_policy_server.rb', line 7

def run!
  puts "Starting policy server..."
  load_policy_file
  start_server
end