Class: FlashPolicyServer
- Inherits:
-
Object
- Object
- FlashPolicyServer
- Defined in:
- lib/flash_policy_server.rb
Instance Method Summary collapse
-
#run! ⇒ Object
Loads up a policy file from pwd and starts the server.
Instance Method Details
#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 |